Skip to content

Commit

Permalink
Add "Complain if a parameter is missing" "project" scenario.
Browse files Browse the repository at this point in the history
  • Loading branch information
thirdtruck committed Aug 25, 2016
1 parent 41b7861 commit 1739ad7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions features/project.feature
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,10 @@ Feature: "project" command
| 0.7 | ERROR: Target dollar amount is invalid |
| 1. | ERROR: Target dollar amount is invalid |
| .7 | ERROR: Target dollar amount is invalid |

Scenario: Complain if a parameter is missing
# No project name given
# No dollar amount given
When the "project" command is invoked
Then Mini Kickstarter should respond with "ERROR: Missing parameter(s)"

0 comments on commit 1739ad7

Please sign in to comment.