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.
1 parent b781265 commit 88eabdfCopy full SHA for 88eabdf
test/action_controller/serialization_test.rb
@@ -406,7 +406,7 @@ def use_adapter?
406
end
407
}.new
408
assert_match /adapter: false/, (capture(:stderr) {
409
- controller.get_serializer(@profile)
+ controller.get_serializer(Profile.new)
410
})
411
412
@@ -417,7 +417,7 @@ def use_adapter?
417
418
419
assert_equal "", (capture(:stderr) {
420
421
422
423
0 commit comments