aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/routing/helper_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/routing/helper_test.rb')
-rw-r--r--actionpack/test/routing/helper_test.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/actionpack/test/routing/helper_test.rb b/actionpack/test/routing/helper_test.rb
index 09ca7ff73b..0028aaa629 100644
--- a/actionpack/test/routing/helper_test.rb
+++ b/actionpack/test/routing/helper_test.rb
@@ -26,20 +26,6 @@ module ActionDispatch
x.new.pond_duck_path Duck.new
end
end
-
- def test_path_deprecation
- rs = ::ActionDispatch::Routing::RouteSet.new
- rs.draw do
- resources :ducks
- end
-
- x = Class.new {
- include rs.url_helpers(false)
- }
- assert_deprecated do
- assert_equal '/ducks', x.new.ducks_path
- end
- end
end
end
end