提交 24970a69 编写于 作者: E Eileen M. Uchitelle

Merge pull request #19727 from supercaracal/fix_wrong_test_method_name

fix a wrong feature test method name
......@@ -315,7 +315,7 @@ def test_cheeseburgers_redirects_to_https_with_new_host_if_not_https
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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册