1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix spelling.

This commit is contained in:
Guo Xiang Tan 2014-08-07 23:09:29 +08:00 committed by Yves Senn
parent 9a0e0594ab
commit 4c30b4fc21

View file

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