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