aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-05-12 01:40:18 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-05-12 01:40:18 -0300
commit8e95e5448e7094d59488db527d6104568404d627 (patch)
treefe457ac9ec13d38a11c633af9982144cbaac86bf
parent57643c961feb24b662620d330e71103a830003e8 (diff)
parent77e25a777a074bc77c7aefed914ff3dd5e667ab1 (diff)
downloadrails-8e95e5448e7094d59488db527d6104568404d627.tar.gz
rails-8e95e5448e7094d59488db527d6104568404d627.tar.bz2
rails-8e95e5448e7094d59488db527d6104568404d627.zip
Merge pull request #15060 from tgxworld/remove_unnecessary_tests_method
Remove redundant tests method.
-rw-r--r--actionpack/test/controller/send_file_test.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/test/controller/send_file_test.rb b/actionpack/test/controller/send_file_test.rb
index b0983a5252..aee139b95e 100644
--- a/actionpack/test/controller/send_file_test.rb
+++ b/actionpack/test/controller/send_file_test.rb
@@ -200,8 +200,6 @@ class SendFileTest < ActionController::TestCase
end
end
- tests SendFileWithActionControllerLive
-
def test_send_file_with_action_controller_live
@controller = SendFileWithActionControllerLive.new
@controller.options = { :content_type => "application/x-ruby" }