Skip to content

Commit 0ce76d0

Browse files
committed
Merge remote-tracking branch 'clabrunda/demonstrate_bad_step' into issue_33
2 parents c9b620c + 7254b66 commit 0ce76d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

features/equivalence.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Feature: Equivalence
235235
Scenario: Table format
236236
When I get the JSON
237237
Then the JSON should have the following:
238-
| array | ["json","spec"] |
238+
| array | ["bad","garbage"] |
239239
| array/0 | "json" |
240240
| array/1 | "spec" |
241241
| created_at | "2011-07-08 02:27:34" |
@@ -253,7 +253,7 @@ Feature: Equivalence
253253
| true | true |
254254
| updated_at | "2011-07-08 02:28:50" |
255255
And the JSON at "array" should have the following:
256-
| 0 | "json" |
257-
| 1 | "spec" |
256+
| should | "fail" |
257+
| 1 | "spec" |
258258
And the JSON at "hash" should have the following:
259-
| json | "spec" |
259+
| random | "junk" |

0 commit comments

Comments
 (0)