aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/test_case_test.rb
diff options
context:
space:
mode:
authorGuo Xiang Tan <tgx_world@hotmail.com>2014-08-07 23:09:29 +0800
committerYves Senn <yves.senn@gmail.com>2014-08-07 17:26:56 +0200
commit4c30b4fc215585b93f87ac68e466ca477b10e7e0 (patch)
tree73f01a1b90dca06e29c7b70b655e9f789eb22570 /actionpack/test/controller/test_case_test.rb
parent9a0e0594ab919b5b1a3a85bbe90f4a44922b1d84 (diff)
downloadrails-4c30b4fc215585b93f87ac68e466ca477b10e7e0.tar.gz
rails-4c30b4fc215585b93f87ac68e466ca477b10e7e0.tar.bz2
rails-4c30b4fc215585b93f87ac68e466ca477b10e7e0.zip
Fix spelling.
Diffstat (limited to 'actionpack/test/controller/test_case_test.rb')
-rw-r--r--actionpack/test/controller/test_case_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/test_case_test.rb b/actionpack/test/controller/test_case_test.rb
index 3b3b15c061..a9ed5021bb 100644
--- a/actionpack/test/controller/test_case_test.rb
+++ b/actionpack/test/controller/test_case_test.rb
@@ -221,7 +221,7 @@ XML
assert_equal 200, @response.status
end
- def test_head_params_as_sting
+ def test_head_params_as_string
assert_raise(NoMethodError) { head :test_params, "document body", :id => 10 }
end