diff options
author | Emilio Tagua <miloops@gmail.com> | 2010-09-24 15:42:27 -0300 |
---|---|---|
committer | Emilio Tagua <miloops@gmail.com> | 2010-09-27 11:19:22 -0300 |
commit | 0cb1d87cd5e2a76c9cd12b5387dd8f25318d494b (patch) | |
tree | aa026050e7cc95f53ad3de803e83a05a6ee05c94 /actionpack/test/dispatch | |
parent | 53b91b11ccb18551d6193dc5e96571c24c688e6a (diff) | |
download | rails-0cb1d87cd5e2a76c9cd12b5387dd8f25318d494b.tar.gz rails-0cb1d87cd5e2a76c9cd12b5387dd8f25318d494b.tar.bz2 rails-0cb1d87cd5e2a76c9cd12b5387dd8f25318d494b.zip |
Remove duplicated test.
Diffstat (limited to 'actionpack/test/dispatch')
-rw-r--r-- | actionpack/test/dispatch/routing_test.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/actionpack/test/dispatch/routing_test.rb b/actionpack/test/dispatch/routing_test.rb index bdef04efc6..53b13501b2 100644 --- a/actionpack/test/dispatch/routing_test.rb +++ b/actionpack/test/dispatch/routing_test.rb @@ -1216,14 +1216,6 @@ class TestRoutingMapper < ActionDispatch::IntegrationTest end end - def test_index - with_test_routes do - assert_equal '/info', info_path - get '/info' - assert_equal 'projects#info', @response.body - end - end - def test_match_shorthand_with_no_scope with_test_routes do assert_equal '/account/overview', account_overview_path |