spec/pricecut/elements/h1_spec.rb in pricecut-0.0.2 vs spec/pricecut/elements/h1_spec.rb in pricecut-0.0.3

- old
+ new

@@ -10,11 +10,11 @@ subject { described_class.new(visitor, root) } describe "#output!" do it "appends a Markdown header with newline to the output" do - subject.output! + subject.output! - visitor.output.should eq("# Heading #\n") + visitor.output.should eq("# Heading #\n") end end end