Skip to content

Commit

Permalink
Fixed failure in test and changed description to show how to see a fa…
Browse files Browse the repository at this point in the history
…ilure.
  • Loading branch information
chrishowejones committed Dec 8, 2014
1 parent 1d5a8cf commit 766ef6c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions examples/clojure_cukes/test/features/cukes.feature
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Feature: Cukes
An example of testing Clojure with cucumber. The last 'Then' of
'eat 1 cuke' is failing. Change the "happy" to "meh" to make
it pass.
An example of testing Clojure with cucumber. To see a failure try changing
the last 'Then' of 'eat 1 cuke' "meh" to "happy".

Scenario: in the belly
Given I have 4 big "cukes" in my belly
Expand All @@ -13,4 +12,4 @@ Feature: Cukes
When I eat 1 "cukes"
Then I am "sad"
When I eat 1 "cukes"
Then I am "happy"
Then I am "meh"

0 comments on commit 766ef6c

Please sign in to comment.