Sha256: ef20b961c4fb38c33c0cb5c3460ee8d392fb1da2775a3a9fc40e6790e053f564

Contents?: true

Size: 346 Bytes

Versions: 3

Compression:

Stored size: 346 Bytes

Contents

Feature: ppl ls

  Scenario: List contacts' names and email addresses
    Given I am in an address book with a blank contact called bob
    And bob's name is "Robert Testing"
    And bob's email address is "bob@example.org"
    Then running "ppl ls" should output 1 line
    And the 1st line should be "bob:  Robert Testing  <bob@example.org>"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ppl-1.25.0 features/ls.feature
ppl-1.24.0 features/ls.feature
ppl-1.23.0 features/ls.feature