From d5e55e960c2919ad71ea645d219677457e9832eb Mon Sep 17 00:00:00 2001 From: eileencodes Date: Mon, 9 Mar 2015 17:10:24 -0400 Subject: Revert "Revert integration test refactoring that caused app test regressions" This reverts commit 714205988315d2f98aa3e749747c44470e18676b. --- actionpack/test/dispatch/response_test.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'actionpack/test/dispatch/response_test.rb') diff --git a/actionpack/test/dispatch/response_test.rb b/actionpack/test/dispatch/response_test.rb index c61423dce4..5fbd19acdf 100644 --- a/actionpack/test/dispatch/response_test.rb +++ b/actionpack/test/dispatch/response_test.rb @@ -254,10 +254,6 @@ class ResponseTest < ActiveSupport::TestCase end class ResponseIntegrationTest < ActionDispatch::IntegrationTest - def app - @app - end - test "response cache control from railsish app" do @app = lambda { |env| ActionDispatch::Response.new.tap { |resp| -- cgit v1.2.3