Commit 68d3f4e3 by Đường Sỹ Hoàng

Fixed identation

parent 4cf15f35
......@@ -31,7 +31,7 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
end
test "should redirect update when not logged in" do
patch user_path(@user), params: { user: { name: @user.name,email: @user.email } }
patch user_path(@user), params: { user: { name: @user.name, email: @user.email } }
assert_not flash.empty?
assert_redirected_to login_url
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