mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Fixing assertion in integration test
This commit is contained in:
parent
305059f573
commit
9bff1cf658
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ class OmniauthableIntegrationTest < ActionController::IntegrationTest
|
||||||
visit "/users/sign_in"
|
visit "/users/sign_in"
|
||||||
click_link "Sign in with Facebook"
|
click_link "Sign in with Facebook"
|
||||||
|
|
||||||
assert '/q/users/auth/facebook', current_url
|
assert_equal '/q/users/auth/facebook', current_url
|
||||||
end
|
end
|
||||||
|
|
||||||
# The following two tests are commented because OmniAuth's test
|
# The following two tests are commented because OmniAuth's test
|
||||||
|
|
Loading…
Reference in a new issue