Skip to content

Commit

Permalink
need to go to bed
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Jan 8, 2025
1 parent e187b14 commit ebb345e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@ def login_user_for_integration_test user
Bullet.enable = false
# post the login and follow through to the home page
post '/users/login', params: { user: { email: user.email, password: 'password' } }
follow_redirect!
assert_equal 200, status
assert_equal '/', path

# avoid the follow redirect so we dont' invoke the home_controller.'
# follow_redirect!
# assert_equal 200, status
# assert_equal '/', path

Bullet.enable = true
end
Expand Down

0 comments on commit ebb345e

Please sign in to comment.