Sha256: 80aa5e5b2937e1ce72b73fc8c22c03eb2d026313ec71745d1155e90e297c4e92

Contents?: true

Size: 954 Bytes

Versions: 19

Compression:

Stored size: 954 Bytes

Contents

Feature: ppl mutt

  Scenario: Find contacts whose name matches the given string
    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 mutt Rob" should output 2 lines
    And the 1st line should be "Searching address book... 1 email addresses... 1 matching:"
    And the 2nd line should be "bob@example.org	Robert Testing"

  Scenario: Fail to match a name because the case is wrong
    Given I am in the same address book as before
    Then running "ppl mutt rob" should output 1 line
    And the 1st line should be "No matches"

  Scenario: Case-insensitive search
    Given I am in the same address book as before
    Then running "ppl mutt -i rob" should output 2 lines
    And the 1st line should be "Searching address book... 1 email addresses... 1 matching:"
    And the 2nd line should be "bob@example.org	Robert Testing"

Version data entries

19 entries across 19 versions & 1 rubygems

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