diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2013-03-24 23:26:11 -0700 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2013-03-24 23:30:44 -0700 |
commit | 32ec8eb91dbd797357e0d1672618e0b1a3ad8854 (patch) | |
tree | 71b97a19dd7f3c3b220fa54ff2ffd8487c26287e /actionpack/test/dispatch | |
parent | b3e08f25efd21a627e8e341cd8afc4a5664bb1cb (diff) | |
download | rails-32ec8eb91dbd797357e0d1672618e0b1a3ad8854.tar.gz rails-32ec8eb91dbd797357e0d1672618e0b1a3ad8854.tar.bz2 rails-32ec8eb91dbd797357e0d1672618e0b1a3ad8854.zip |
Update tests for #9704, named route collisions
* Fix named route collision in mount test fixture
* Update controller named route precedence test
Diffstat (limited to 'actionpack/test/dispatch')
-rw-r--r-- | actionpack/test/dispatch/mount_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/dispatch/mount_test.rb b/actionpack/test/dispatch/mount_test.rb index 3b008fdff0..e5e28c28be 100644 --- a/actionpack/test/dispatch/mount_test.rb +++ b/actionpack/test/dispatch/mount_test.rb @@ -21,7 +21,7 @@ class TestRoutingMount < ActionDispatch::IntegrationTest mount SprocketsApp, :at => "/sprockets" mount SprocketsApp => "/shorthand" - mount FakeEngine, :at => "/fakeengine" + mount FakeEngine, :at => "/fakeengine", :as => :fake mount FakeEngine, :at => "/getfake", :via => :get scope "/its_a" do |