spec/pricecut/elements/strong_spec.rb in pricecut-0.0.2 vs spec/pricecut/elements/strong_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 strong to the output" do
- subject.output!
+ subject.output!
- visitor.output.should eq("**Strong.**")
+ visitor.output.should eq("**Strong.**")
end
end
end