Sha256: f9feca3ba34df708093a428fff280f189fca7683cd0d915ab7c05e63763bd4c5

Contents?: true

Size: 692 Bytes

Versions: 1

Compression:

Stored size: 692 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"
      And I overwrite "Gemfile" with:
      """
      gem 'genomer',               :path => '../../../'
      """
     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

1 entries across 1 versions & 1 rubygems

Version Path
genomer-0.1.0 features/cli/error.feature