Sha256: 2a65dfd75e9f55cc0ca2de9e538a8c7e317d057beeb5f2c1739b9b1d4ebd1942

Contents?: true

Size: 496 Bytes

Versions: 19

Compression:

Stored size: 496 Bytes

Contents

Feature: ppl url

  Scenario: Add a URL to a contact
    Given I am in an address book with a blank contact called bob
    And I run "ppl url bob http://example.org/~bob"
    Then it should succeed
    And bob should have 1 URL
    And the 1st URL should be "http://example.org/~bob"

  Scenario: Remove a URL from a contact
    Given I am in the same address book as before
    And I run "ppl url bob --delete http://example.org/~bob"
    Then it should succeed
    And bob should have 0 URLs

Version data entries

19 entries across 19 versions & 1 rubygems

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