diff options
author | eileencodes <eileencodes@gmail.com> | 2015-03-09 17:10:24 -0400 |
---|---|---|
committer | eileencodes <eileencodes@gmail.com> | 2015-03-09 17:10:24 -0400 |
commit | d5e55e960c2919ad71ea645d219677457e9832eb (patch) | |
tree | da1a16451e3d20e27a912014ff504fd7d2135184 /actionpack/test | |
parent | 094ad22349f6f2a3911313876fea8deb64953143 (diff) | |
download | rails-d5e55e960c2919ad71ea645d219677457e9832eb.tar.gz rails-d5e55e960c2919ad71ea645d219677457e9832eb.tar.bz2 rails-d5e55e960c2919ad71ea645d219677457e9832eb.zip |
Revert "Revert integration test refactoring that caused app test regressions"
This reverts commit 714205988315d2f98aa3e749747c44470e18676b.
Diffstat (limited to 'actionpack/test')
-rw-r--r-- | actionpack/test/dispatch/response_test.rb | 4 |
1 files changed, 0 insertions, 4 deletions
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| |