spec/pricecut/elements/blockquote_spec.rb in pricecut-0.0.2 vs spec/pricecut/elements/blockquote_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 blockquote to the output" do
- subject.output!
+ subject.output!
- visitor.output.should eq("> Blockquote")
+ visitor.output.should eq("> Blockquote")
end
end
end