Merge pull request #19727 from supercaracal/fix_wrong_test_method_name

fix a wrong feature test method name
This commit is contained in:
Eileen M. Uchitelle 2015-04-11 08:48:51 -04:00
commit 24970a69cb
1 changed files with 1 additions and 1 deletions

View File

@ -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