1
0
Fork 0
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:
José Valim 2010-05-15 10:39:00 +02:00
parent 6162e1f5ff
commit d38421dde8

View file

@ -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