From 77e25a777a074bc77c7aefed914ff3dd5e667ab1 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Sun, 11 May 2014 15:28:12 -0700 Subject: Remove redundant tests method. --- actionpack/test/controller/send_file_test.rb | 2 -- 1 file changed, 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" } -- cgit v1.2.3