We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b82d6f3 + 1ef2bad commit fc6276cCopy full SHA for fc6276c
test/action_controller/explicit_serializer_test.rb
@@ -80,7 +80,7 @@ def test_render_array_using_explicit_serializer
80
assert_equal expected.to_json, @response.body
81
end
82
83
- def test_render_array_using_explicit_serializer
+ def test_render_array_using_implicit_serializer
84
get :render_array_using_implicit_serializer
85
assert_equal 'application/json', @response.content_type
86
0 commit comments