diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-05-12 01:40:18 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-05-12 01:40:18 -0300 |
commit | 8e95e5448e7094d59488db527d6104568404d627 (patch) | |
tree | fe457ac9ec13d38a11c633af9982144cbaac86bf | |
parent | 57643c961feb24b662620d330e71103a830003e8 (diff) | |
parent | 77e25a777a074bc77c7aefed914ff3dd5e667ab1 (diff) | |
download | rails-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.rb | 2 |
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" } |