aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-06-27 10:21:26 -0700
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-06-27 10:21:26 -0700
commit90f00142e6ff6a674f89c51a6784309b24b246bf (patch)
tree106c7a419213529bd941993e825ea072aaa63f97 /actionpack/test/controller
parent463c08d1c2131fada69d8aefde79c5928e9015d2 (diff)
parentdb0499a6b6c23d03c7b03948e569902526c86acd (diff)
downloadrails-90f00142e6ff6a674f89c51a6784309b24b246bf.tar.gz
rails-90f00142e6ff6a674f89c51a6784309b24b246bf.tar.bz2
rails-90f00142e6ff6a674f89c51a6784309b24b246bf.zip
Merge pull request #11146 from kennyj/re-remove-deprecated-api
Re-remove deprecated API.
Diffstat (limited to 'actionpack/test/controller')
-rw-r--r--actionpack/test/controller/test_case_test.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/actionpack/test/controller/test_case_test.rb b/actionpack/test/controller/test_case_test.rb
index 7c27458f46..f75c604277 100644
--- a/actionpack/test/controller/test_case_test.rb
+++ b/actionpack/test/controller/test_case_test.rb
@@ -280,13 +280,6 @@ XML
assert_equal "/test_case_test/test/test_uri/7", @response.body
end
- def test_process_with_old_api
- assert_deprecated do
- process :test_uri, :id => 7
- assert_equal "/test_case_test/test/test_uri/7", @response.body
- end
- end
-
def test_process_with_request_uri_with_params_with_explicit_uri
@request.env['PATH_INFO'] = "/explicit/uri"
process :test_uri, "GET", :id => 7