mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
Merge pull request #1435 from bf4/fix_rails_warnings
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)
|
||||
expected = {
|
||||
|
||||
Reference in New Issue
Block a user