helps if the test has some kind of assertion

This commit is contained in:
rick
2010-12-09 16:22:37 -08:00
parent ff1c8868dc
commit 0b37597834
+1
View File
@@ -52,6 +52,7 @@ context "Frontend" do
test "previews content" do
post "/preview", :content => 'abc', :format => 'markdown'
assert last_response.ok?
end
def app