aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/test_test.rb
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2010-09-05 22:59:41 -0300
committerJosé Valim <jose.valim@gmail.com>2010-09-06 13:41:12 +0200
commit9532d746a998f790a5c0c61caff17beeb43f39f0 (patch)
treea23cb91829a387d42a624d45961462c9deceb5ca /actionpack/test/controller/test_test.rb
parent11fccc5f06bc67353b895eeeb65cfab94cb4cd25 (diff)
downloadrails-9532d746a998f790a5c0c61caff17beeb43f39f0.tar.gz
rails-9532d746a998f790a5c0c61caff17beeb43f39f0.tar.bz2
rails-9532d746a998f790a5c0c61caff17beeb43f39f0.zip
Cleanup deprecations in Action Dispatch
Signed-off-by: José Valim <jose.valim@gmail.com>
Diffstat (limited to 'actionpack/test/controller/test_test.rb')
-rw-r--r--actionpack/test/controller/test_test.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/actionpack/test/controller/test_test.rb b/actionpack/test/controller/test_test.rb
index fc7d314e04..e90fc49542 100644
--- a/actionpack/test/controller/test_test.rb
+++ b/actionpack/test/controller/test_test.rb
@@ -674,13 +674,6 @@ XML
assert_redirected_to 'created resource'
end
end
-
- def test_binary_content_works_with_send_file
- get :test_send_file
- assert_deprecated do
- assert_nothing_raised(NoMethodError) { @response.binary_content }
- end
- end
end
class InferringClassNameTest < ActionController::TestCase