spec/basic_formatting_spec.rb in slodown-0.1.3 vs spec/basic_formatting_spec.rb in slodown-0.2.0
- old
+ new
@@ -7,8 +7,8 @@
describe 'basic formatting syntax' do
# Just a silly little spec to get things started. I don't intend
# to test the whole of kramdown here. :)~
#
it "renders **this** as bold text" do
- expect(render "**foo**").to eq "<p><strong>foo</strong></p>"
+ expect(render "**foo**").to eq "<p><strong>foo</strong></p>\n"
end
end