Skip to content

Commit fc6276c

Browse files
committed
Merge pull request #888 from groyoh/fix-action-controller-test-name
Changed duplicated test name in action controller test
2 parents b82d6f3 + 1ef2bad commit fc6276c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/action_controller/explicit_serializer_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def test_render_array_using_explicit_serializer
8080
assert_equal expected.to_json, @response.body
8181
end
8282

83-
def test_render_array_using_explicit_serializer
83+
def test_render_array_using_implicit_serializer
8484
get :render_array_using_implicit_serializer
8585
assert_equal 'application/json', @response.content_type
8686

0 commit comments

Comments
 (0)