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
1 changed files with 2 additions and 3 deletions

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