tests: fix tests for /comments/new, /post_flags/new.

This commit is contained in:
evazion
2018-10-01 10:38:15 -05:00
parent 2cc4e35cc9
commit 151fa00933
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ class CommentsControllerTest < ActionDispatch::IntegrationTest
context "new action" do
should "redirect" do
get_auth new_comment_path, @user
assert_redirected_to comments_path
assert_response :success
end
end