features/pwm.feature in pwm-1.2.1 vs features/pwm.feature in pwm-1.2.2
- old
+ new
@@ -2,10 +2,10 @@
In order to generate random passwords
As a person needing random passwords
I want to use the pwm command-line tool
- Scenario: Generating a password of the default length
+ Scenario: Generating a password of no specific length
When I run `pwm`
Then the password should be 16 characters long
And the exit status should be 0
Scenario: Generating a password of a valid specific length