Sha256: 560ebdf3e3d2b9beb1aee518e0cc425fdfad4bd44692eb6684d5fe73e3c78b20
Contents?: true
Size: 531 Bytes
Versions: 1
Compression:
Stored size: 531 Bytes
Contents
Feature: ppl email Scenario: Add an email address to a contact Given I am in an address book with a blank contact called bob And I run "ppl email bob bob@example.org" Then it should succeed And bob should have 1 email address And the 1st email address should be "bob@example.org" Scenario: Remove an email address from a contact Given I am in the same address book as before And I run "ppl email bob --delete bob@example.org" Then it should succeed And bob should have 0 email addresses
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ppl-1.23.0 | features/email.feature |