We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7446455 commit 7f2bc7dCopy full SHA for 7f2bc7d
1 file changed
spec/rspec/json_api/matchers/match_json_schema_spec.rb
@@ -40,7 +40,6 @@
40
{
41
id: "8eccff73-f134-42f2-aed4-751d1f4ebd4f",
42
name: "Caroline Mayer",
43
- age: 25,
44
children: [
45
46
id: "8eccff73-f134-42f2-aed4-751d1f4ebd4a",
@@ -49,7 +48,6 @@
49
48
},
50
51
id: "8eccff73-f134-42f2-aed4-751d1f4ebd4b",
52
- name: "Roy Mcdaniel",
53
age: 3
54
}
55
]
@@ -185,7 +183,7 @@
185
183
186
184
187
name: "Roy Mcdaniel",
188
- age: 3
+ age: 1
189
190
191
}.to_json
0 commit comments