Commit 6bcee648 by Đường Sỹ Hoàng

Undo assert method in line 22

parent 6545291f
...@@ -19,6 +19,7 @@ class UsersSignupTest < ActionDispatch::IntegrationTest ...@@ -19,6 +19,7 @@ class UsersSignupTest < ActionDispatch::IntegrationTest
end end
follow_redirect! follow_redirect!
assert_template "users/show" assert_template "users/show"
assert_not flash.empty?
assert is_logged_in? assert is_logged_in?
end end
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment