diff options
author | Guo Xiang Tan <tgx_world@hotmail.com> | 2014-05-11 15:28:12 -0700 |
---|---|---|
committer | Guo Xiang Tan <tgx_world@hotmail.com> | 2014-05-11 15:29:36 -0700 |
commit | 77e25a777a074bc77c7aefed914ff3dd5e667ab1 (patch) | |
tree | 1e1d55803b2bd4b7b9cb3e768c226fb7ebf06b0c /actionpack | |
parent | d4fafeb003e472283914d3246d5aea92a0ea795c (diff) | |
download | rails-77e25a777a074bc77c7aefed914ff3dd5e667ab1.tar.gz rails-77e25a777a074bc77c7aefed914ff3dd5e667ab1.tar.bz2 rails-77e25a777a074bc77c7aefed914ff3dd5e667ab1.zip |
Remove redundant tests method.
Diffstat (limited to 'actionpack')
-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" } |