aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/ssl_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/dispatch/ssl_test.rb')
-rw-r--r--actionpack/test/dispatch/ssl_test.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/actionpack/test/dispatch/ssl_test.rb b/actionpack/test/dispatch/ssl_test.rb
index b1463f31cf..f4cfa75501 100644
--- a/actionpack/test/dispatch/ssl_test.rb
+++ b/actionpack/test/dispatch/ssl_test.rb
@@ -31,12 +31,6 @@ class SSLTest < ActionDispatch::IntegrationTest
response.headers['Location']
end
- def test_exclude_from_redirect
- self.app = ActionDispatch::SSL.new(default_app, :exclude => lambda { |env| true })
- get "http://example.org/"
- assert_response :success
- end
-
def test_hsts_header_by_default
get "https://example.org/"
assert_equal "max-age=31536000",