From 4c30b4fc215585b93f87ac68e466ca477b10e7e0 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Thu, 7 Aug 2014 23:09:29 +0800 Subject: [PATCH] Fix spelling. --- actionpack/test/controller/test_case_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ def test_head 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 -- GitLab