Sha256: 74fc60417fd3f8889c4f1d3b3e7fd657a68c457bc4288b51904b5eb8578a3136

Contents?: true

Size: 296 Bytes

Versions: 25

Compression:

Stored size: 296 Bytes

Contents

Feature: Errors

Scenario: No command given
  When I execute gitcycle with nothing
    And gitcycle runs
  Then output includes "No command specified"

Scenario: Non-existent command
  When I execute gitcycle with "blah blah"
    And gitcycle runs
  Then output includes "Command not recognized."

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
gitcycle-0.3.5 features/errors.feature
gitcycle-0.3.4 features/errors.feature
gitcycle-0.3.3 features/errors.feature
gitcycle-0.3.2 features/errors.feature
gitcycle-0.3.1 features/errors.feature
gitcycle-0.3.0 features/errors.feature
gitcycle-0.2.33 features/errors.feature
gitcycle-0.2.32 features/errors.feature
gitcycle-0.2.31 features/errors.feature
gitcycle-0.2.30 features/errors.feature
gitcycle-0.2.29 features/errors.feature
gitcycle-0.2.28 features/errors.feature
gitcycle-0.2.27 features/errors.feature
gitcycle-0.2.26 features/errors.feature
gitcycle-0.2.25 features/errors.feature
gitcycle-0.2.24 features/errors.feature
gitcycle-0.2.23 features/errors.feature
gitcycle-0.2.22 features/errors.feature
gitcycle-0.2.21 features/errors.feature
gitcycle-0.2.20 features/errors.feature