mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Green tests on Rails master, closes #261
This commit is contained in:
parent
6162e1f5ff
commit
d38421dde8
1 changed files with 2 additions and 3 deletions
|
@ -267,9 +267,8 @@ class AuthenticationTest < ActionController::IntegrationTest
|
|||
|
||||
# Access
|
||||
test 'render 404 on roles without routes' do
|
||||
assert_raise ActionController::RoutingError do
|
||||
get '/admin_area/password/new'
|
||||
end
|
||||
get '/admin_area/password/new'
|
||||
assert_equal 404, response.status
|
||||
end
|
||||
|
||||
test 'render 404 on roles without mapping' do
|
||||
|
|
Loading…
Reference in a new issue