require 'test_helper' class FlannelTest < Test::Unit::TestCase should "wrap functionality up in a neat package" do markup = "== Foo\n\n* Bar" assert_equal "
This is paragraph one.
\n\nThis is paragraph two.
\n\nThis is paragraph three. Watchout for the end of file.
" assert_equal output, Flannel.quilt(input) end end