Merge pull request #888 from groyoh/fix-action-controller-test-name

Changed duplicated test name in action controller test
This commit is contained in:
João Moura 2015-04-28 12:09:02 -03:00
commit fc6276cab8

View File

@ -80,7 +80,7 @@ module ActionController
assert_equal expected.to_json, @response.body
end
def test_render_array_using_explicit_serializer
def test_render_array_using_implicit_serializer
get :render_array_using_implicit_serializer
assert_equal 'application/json', @response.content_type