Sha256: 244f95a4f28d0d217bdc11171548447def33d2a9c6afb4d7f2744c844ff4eb99

Contents?: true

Size: 578 Bytes

Versions: 4

Compression:

Stored size: 578 Bytes

Contents

Feature: Reporting genomer errors
  In order to use genomer correctly
  A user can see descriptive genomer error messages
  And understand how to correct the errors

  Scenario: Calling a non-specified genomer plugin
    Given I run the genomer command with the arguments "init project"
      And I cd to "project"
     When I run the genomer command with the arguments "simple"
     Then the exit status should be 1
      And the output should contain:
     """
     Error. Unknown command or plugin 'simple.'
     run `genomer help` for a list of available commands

     """

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
genomer-0.0.10 features/cli/error.feature
genomer-0.0.9 features/cli/error.feature
genomer-0.0.8 features/cli/error.feature
genomer-0.0.7 features/cli/error.feature