Sha256: f8c88f7ee44cb5c837430802933c2a70ab25f72aa4f1fb3354e4df60d13ba262

Contents?: true

Size: 618 Bytes

Versions: 2

Compression:

Stored size: 618 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 append to "Gemfile" with ""
     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

2 entries across 2 versions & 1 rubygems

Version Path
genomer-0.0.6 features/cli/error.feature
genomer-0.0.5 features/cli/error.feature