mirror of https://github.com/rails/rails
Merge pull request #19727 from supercaracal/fix_wrong_test_method_name
fix a wrong feature test method name
This commit is contained in:
commit
24970a69cb
|
@ -315,7 +315,7 @@ class RedirectToSSLTest < ActionController::TestCase
|
|||
assert_equal "https://secure.cheeseburger.host/redirect_to_ssl/cheeseburger", redirect_to_url
|
||||
end
|
||||
|
||||
def test_banana_does_not_redirect_if_already_https
|
||||
def test_cheeseburgers_does_not_redirect_if_already_https
|
||||
request.env['HTTPS'] = 'on'
|
||||
get :cheeseburger
|
||||
assert_response 200
|
||||
|
|
Loading…
Reference in New Issue