Sha256: cfae1a5304c7455c7641e6e567062b959e5fddd9d26533a80d1e7fd7cb2a471e

Contents?: true

Size: 356 Bytes

Versions: 19

Compression:

Stored size: 356 Bytes

Contents

Feature: ppl init

  Scenario: Create a new address book
    Given I am in an empty directory
    When I run "ppl init ./contacts"
    Then it should succeed
    And "./contacts" should be a ppl address book

  Scenario: Incorrect usage
    Given I am in an empty directory
    When I run "ppl init --invalid-option 2> /dev/null"
    Then it should fail

Version data entries

19 entries across 19 versions & 1 rubygems

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