mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
Fix Rails 5 warnings (uses Rails5Shim)
This commit is contained in:
@@ -39,7 +39,7 @@ module ActionController
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
post :render_parsed_payload, hash
|
post :render_parsed_payload, params: hash
|
||||||
|
|
||||||
response = JSON.parse(@response.body)
|
response = JSON.parse(@response.body)
|
||||||
expected = {
|
expected = {
|
||||||
|
|||||||
Reference in New Issue
Block a user