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