Sha256: 81cb7b9f741c2165d363e13ce808c020c08560b092b3e8d34e12356f9abaa63f

Contents?: true

Size: 472 Bytes

Versions: 19

Compression:

Stored size: 472 Bytes

Contents

Feature: ppl nick

  Scenario: Add a nickname to a contact
    Given I am in an address book with a blank contact called bob
    And I run "ppl nick bob Bob"
    Then it should succeed
    And bob should have 1 nickname
    And the 1st nickname should be "Bob"

  Scenario: Remove a nickname address from a contact
    Given I am in the same address book as before
    And I run "ppl nick bob --delete Bob"
    Then it should succeed
    And bob should have 0 nicknames

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
ppl-4.0.5 features/nick.feature
ppl-4.0.3 features/nick.feature
ppl-4.0.2 features/nick.feature
ppl-4.0.1 features/nick.feature
ppl-4.0.0 features/nick.feature
ppl-3.0.1 features/nick.feature
ppl-3.0.0 features/nick.feature
ppl-2.4.1 features/nick.feature
ppl-2.4.0 features/nick.feature
ppl-2.3.3 features/nick.feature
ppl-2.3.2 features/nick.feature
ppl-2.3.1 features/nick.feature
ppl-2.3.0 features/nick.feature
ppl-2.2.0 features/nick.feature
ppl-2.1.0 features/nick.feature
ppl-2.0.0 features/nick.feature
ppl-1.25.0 features/nick.feature
ppl-1.24.0 features/nick.feature
ppl-1.23.0 features/nick.feature