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

Undo assert method in line 22

parent 6545291f
...@@ -18,7 +18,8 @@ class UsersSignupTest < ActionDispatch::IntegrationTest ...@@ -18,7 +18,8 @@ class UsersSignupTest < ActionDispatch::IntegrationTest
post users_path, params: { user: { name: "Example User", email: "user@example.com", password: "password", password_confirmation: "password" } } post users_path, params: { user: { name: "Example User", email: "user@example.com", password: "password", password_confirmation: "password" } }
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