Skip to content

Commit eebdf60

Browse files
committed
Fix test
1 parent 7f5368f commit eebdf60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/markdown_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ class Foo
768768
end
769769

770770
it 'should work' do
771-
expect(doc.inner_html).to eq(out)
771+
expect(doc.inner_html).to eq(out.strip)
772772
end
773773
end
774774
end

0 commit comments

Comments
 (0)