Sha256: 7545619a36fc17ad8254aa637fc2f5932870b9f7c8464372c1c76ca3a4d52b50

Contents?: true

Size: 248 Bytes

Versions: 1

Compression:

Stored size: 248 Bytes

Contents

require "spec_helper"

describe Rocx::Elements::Run do
  include ElementTestMacros

  context "after creation" do
    before(:each) do
      @node = described_class.new
      node.italics = true
    end

    it_should_output_correct_xml
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rocx-0.5.8 spec/elements/run_spec.rb