From 303567e554de26822f3107be55c471d6477a745f Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Thu, 12 Feb 2015 12:04:23 -0800 Subject: lazily create the integration session now we don't have to call reset! everywhere --- actionpack/test/dispatch/response_test.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'actionpack/test') 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