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