From 1739ad7e171f5f0a380129d5536d10f616f53119 Mon Sep 17 00:00:00 2001 From: "J. C. Holder" Date: Thu, 25 Aug 2016 19:20:19 -0400 Subject: [PATCH] Add "Complain if a parameter is missing" "project" scenario. --- features/project.feature | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/features/project.feature b/features/project.feature index 74c25e9..4d43d7e 100644 --- a/features/project.feature +++ b/features/project.feature @@ -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)" +