pws 0.9.2 → 1.0.0.pre.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,13 +0,0 @@
1
- Feature: Access
2
- In order to use the password safe
3
- As a user
4
- I want to create a new safe
5
-
6
- Scenario: Trying to call a pws task (except help or version), but safe does not exist, yet
7
- When I run `pws` interactively
8
- And I type "some_new_master_password"
9
- Then the output should contain "No password safe detected, creating one at"
10
- And the output should contain "Please enter a new master password:"
11
- And the output should contain "There aren't any passwords stored"
12
-
13
-