expect final newlines from the banzai filter

This commit is contained in:
http://jneen.net/ 2016-06-21 13:12:21 -07:00
parent 2f0b29227d
commit 734ed9c59a
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ describe EventsHelper do
expected = '<pre class="code highlight js-syntax-highlight ruby">' \
"<code><span class=\"k\">def</span> <span class=\"nf\">test</span>\n" \
" <span class=\"s1\">\'hello world\'</span>\n" \
"<span class=\"k\">end</span>" \
"<span class=\"k\">end</span>\n" \
'</code></pre>'
expect(helper.event_note(input)).to eq(expected)
end