diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2011-12-21 10:43:54 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2011-12-21 10:43:54 -0700 |
commit | 52c214f7a388d1bf5c43be96c0495259d54f0f0c (patch) | |
tree | 8f4fcc5fbf8fd2a7f14d03e76acfab72c340882d /actionpack/test | |
parent | 12ce9a2b9a7084f54cdca2d112a96305d8218238 (diff) | |
download | rails-52c214f7a388d1bf5c43be96c0495259d54f0f0c.tar.gz rails-52c214f7a388d1bf5c43be96c0495259d54f0f0c.tar.bz2 rails-52c214f7a388d1bf5c43be96c0495259d54f0f0c.zip |
caches should not be global, so no need to clear in the teardown
Diffstat (limited to 'actionpack/test')
-rw-r--r-- | actionpack/test/controller/routing_test.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/actionpack/test/controller/routing_test.rb b/actionpack/test/controller/routing_test.rb index f40d663ae8..a60da65ae5 100644 --- a/actionpack/test/controller/routing_test.rb +++ b/actionpack/test/controller/routing_test.rb @@ -81,10 +81,6 @@ class LegacyRouteSetTests < Test::Unit::TestCase @rs = ::ActionDispatch::Routing::RouteSet.new end - def teardown - @rs.clear! - end - def test_class_and_lambda_constraints subdomain = Class.new { def matches? request |