mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
s/an/a/
This commit is contained in:
parent
c398706594
commit
85cda0f6f3
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ module ApplicationTests
|
|||
end
|
||||
end
|
||||
|
||||
test "routing to an nonexistent controller when action_dispatch.show_exceptions and consider_all_requests_local are set shows diagnostics" do
|
||||
test "routing to a nonexistent controller when action_dispatch.show_exceptions and consider_all_requests_local are set shows diagnostics" do
|
||||
app_file "config/routes.rb", <<-RUBY
|
||||
Rails.application.routes.draw do
|
||||
resources :articles
|
||||
|
|
Loading…
Reference in a new issue