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.
2 parents c9b620c + 7254b66 commit 0ce76d0Copy full SHA for 0ce76d0
features/equivalence.feature
@@ -235,7 +235,7 @@ Feature: Equivalence
235
Scenario: Table format
236
When I get the JSON
237
Then the JSON should have the following:
238
- | array | ["json","spec"] |
+ | array | ["bad","garbage"] |
239
| array/0 | "json" |
240
| array/1 | "spec" |
241
| created_at | "2011-07-08 02:27:34" |
@@ -253,7 +253,7 @@ Feature: Equivalence
253
| true | true |
254
| updated_at | "2011-07-08 02:28:50" |
255
And the JSON at "array" should have the following:
256
- | 0 | "json" |
257
- | 1 | "spec" |
+ | should | "fail" |
+ | 1 | "spec" |
258
And the JSON at "hash" should have the following:
259
- | json | "spec" |
+ | random | "junk" |
0 commit comments