1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove redundant tests method.

This commit is contained in:
Guo Xiang Tan 2014-05-11 15:28:12 -07:00
parent d4fafeb003
commit 77e25a777a

View file

@ -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" }