Merge pull request #16422 from tgxworld/fix_spelling

Closes #16422
This commit is contained in:
Yves Senn 2014-08-07 17:27:18 +02:00
commit 12cf864abb

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