aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/routing_test.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-11-23 19:25:39 -0600
committerJoshua Peek <josh@joshpeek.com>2009-11-23 19:25:39 -0600
commit350d3daa8825ac2049a306506b14193f0896e8ff (patch)
tree8aab06ce19e956ee0ba0cab4a5f411079dc41865 /actionpack/test/controller/routing_test.rb
parent01c9f99c5370031fcce32931d45b4ca3070cbb3d (diff)
downloadrails-350d3daa8825ac2049a306506b14193f0896e8ff.tar.gz
rails-350d3daa8825ac2049a306506b14193f0896e8ff.tar.bz2
rails-350d3daa8825ac2049a306506b14193f0896e8ff.zip
Remove inflection reloads routes test
Diffstat (limited to 'actionpack/test/controller/routing_test.rb')
-rw-r--r--actionpack/test/controller/routing_test.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/actionpack/test/controller/routing_test.rb b/actionpack/test/controller/routing_test.rb
index 4eaf309c41..a2fdbfbbbe 100644
--- a/actionpack/test/controller/routing_test.rb
+++ b/actionpack/test/controller/routing_test.rb
@@ -1762,13 +1762,6 @@ class RouteLoadingTest < Test::Unit::TestCase
2.times { routes.reload! }
end
- def test_adding_inflections_forces_reload
- ActiveSupport::Inflector::Inflections.instance.expects(:uncountable).with('equipment')
- routes.expects(:reload!)
-
- ActiveSupport::Inflector.inflections { |inflect| inflect.uncountable('equipment') }
- end
-
def test_load_with_configuration
routes.configuration_files.clear
routes.add_configuration_file("foobarbaz")