Sha256: 87d4253f4ecca51eee4e2ae47ebf397390ecde101277cc9d5d5f0fff92cc567e
Contents?: true
Size: 256 Bytes
Versions: 2
Compression:
Stored size: 256 Bytes
Contents
require "spec_helper" describe Rocx::Elements::Run do include ElementTestMacros context "after creation" do before(:each) do @instance = described_class.new instance.italics = true end it_should_output_correct_xml end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rocx-0.7.0 | spec/elements/run_spec.rb |
rocx-0.6.0 | spec/elements/run_spec.rb |