Skip to content

Commit

Permalink
Fixed a test
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Oct 22, 2015
1 parent 496320a commit fe753a8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ class WhenActorsGoOnAJourney extends Specification{
"Given Dana has purchased a pear for 5 dollars",
"And Dana has them delivered",
"Then total cost should be <15>",
"Then total cost including delivery should be a value equal to or greater than <20>"]
"Then total cost including delivery should be a value equal to or greater than <20>",
"Then thank you message should be \"Thank you!\""]
and:
outcome.testSteps[3].result == FAILURE && outcome.testSteps[4].result == SKIPPED

Expand Down

0 comments on commit fe753a8

Please sign in to comment.