From 1ef2badb328c1233609b1be917ae11449b2d1a0f Mon Sep 17 00:00:00 2001 From: groyoh Date: Mon, 27 Apr 2015 21:22:28 +0200 Subject: [PATCH] Changed duplicated test name in action controller test --- test/action_controller/explicit_serializer_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/action_controller/explicit_serializer_test.rb b/test/action_controller/explicit_serializer_test.rb index ee3f9db4..ff0a07e6 100644 --- a/test/action_controller/explicit_serializer_test.rb +++ b/test/action_controller/explicit_serializer_test.rb @@ -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