Sha256: 771eff8f2d5ae3e11e88f4862a3d5db87572422c8528c9a0ded7e162e5af77bf
Contents?: true
Size: 1.03 KB
Versions: 9
Compression:
Stored size: 1.03 KB
Contents
Feature: Namespaces and creating new safes In order to keep things separate As a user I want to use different safes @slow-hack Scenario: Use a pws namespace, creating a new safe When I run `pws -work show` interactively And I type "some_new_master_password" And I type "some_new_master_password" Then the output should match /No password safe detected, creating one at.*pws.*-work/ And the output should contain "Please enter the new master password:" And the output should contain "Please enter the new master password, again:" And the output should contain "There aren't any passwords stored" Scenario: Only passing "-" operates on usual main namespace Given A safe exists with master password "my_master_password" and a key "github" with password "github_password" When I run `pws - show` interactively And I type "my_master_password" Then the output should contain "Master password:" And the output should contain "Entries" And the output should contain "github"
Version data entries
9 entries across 9 versions & 1 rubygems