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 # Access
test 'render 404 on roles without routes' do test 'render 404 on roles without routes' do
assert_raise ActionController::RoutingError do get '/admin_area/password/new'
get '/admin_area/password/new' assert_equal 404, response.status
end
end end
test 'render 404 on roles without mapping' do test 'render 404 on roles without mapping' do