aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
diff options
context:
space:
mode:
authorTaishi Kasuga <kasuga@livesense.co.jp>2015-04-11 18:59:56 +0900
committerTaishi Kasuga <kasuga@livesense.co.jp>2015-04-11 18:59:56 +0900
commit3449da4a6caa69ea11aecddff7e637793e8bd250 (patch)
treefc022c94093b13b87e28b8ca990ee3ffe6fb54dc /actionpack/test
parent409460e440783b315077cca1b1e435107aa270a0 (diff)
downloadrails-3449da4a6caa69ea11aecddff7e637793e8bd250.tar.gz
rails-3449da4a6caa69ea11aecddff7e637793e8bd250.tar.bz2
rails-3449da4a6caa69ea11aecddff7e637793e8bd250.zip
fix a wrong feature test method name
Diffstat (limited to 'actionpack/test')
-rw-r--r--actionpack/test/controller/force_ssl_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/force_ssl_test.rb b/actionpack/test/controller/force_ssl_test.rb
index a1bb1cee58..e1e423675f 100644
--- a/actionpack/test/controller/force_ssl_test.rb
+++ b/actionpack/test/controller/force_ssl_test.rb
@@ -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