mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Rails 4 now raises ActionController::UrlGenerationError
This is the commit in Rails https://github.com/rails/rails/commit/db06d128
This commit is contained in:
parent
04d9512f30
commit
10f93129c3
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class OmniAuthRoutesTest < ActionController::TestCase
|
|||
test 'should generate authorization path' do
|
||||
assert_match "/users/auth/facebook", @controller.omniauth_authorize_path(:user, :facebook)
|
||||
|
||||
assert_raise ActionController::RoutingError do
|
||||
assert_raise ActionController::UrlGenerationError do
|
||||
@controller.omniauth_authorize_path(:user, :github)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue