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 2ff11b3 commit 8940c49Copy full SHA for 8940c49
test/adapter/json_api/parse_test.rb
@@ -40,6 +40,7 @@ def setup
40
}
41
42
@illformed_payloads = [nil,
43
+ [],
44
{},
45
{ 'data' => { 'attributes' => [] } },
46
{ 'data' => { 'relationships' => [] } },
0 commit comments