Changed duplicated test name in action controller test

This commit is contained in:
groyoh 2015-04-27 21:22:28 +02:00
parent 1577969cb7
commit 1ef2badb32

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