From 0b375978345f608fdfd8a6773891778b16c59854 Mon Sep 17 00:00:00 2001 From: rick Date: Thu, 9 Dec 2010 16:22:37 -0800 Subject: [PATCH] helps if the test has some kind of assertion --- test/test_app.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_app.rb b/test/test_app.rb index c0f66820..afee0aad 100644 --- a/test/test_app.rb +++ b/test/test_app.rb @@ -52,6 +52,7 @@ context "Frontend" do test "previews content" do post "/preview", :content => 'abc', :format => 'markdown' + assert last_response.ok? end def app