OSDN Git Service

fix test
authorRodrigo Primo <rodrigo@hacklab.com.br>
Tue, 3 Dec 2013 11:48:27 +0000 (09:48 -0200)
committerRodrigo Primo <rodrigo@hacklab.com.br>
Tue, 3 Dec 2013 11:48:27 +0000 (09:48 -0200)
features/validation.feature

index 8910f37..ad1f89f 100644 (file)
@@ -28,6 +28,9 @@ Feature: Argument validation
     Then the return code should be 1
     And STDERR should contain:
       """
-       unknown --unknown parameter
-       unknown --other-unknown parameter
-      """
\ No newline at end of file
+      unknown --invalid parameter
+      """
+    And STDERR should contain:
+      """
+      unknown --other-invalid parameter
+      """