Sha256: 8f475e9a791fcc82e2a79ebd7788307cb81b0edf4fa30c396f9cc9bbd5aff4d7

Contents?: true

Size: 490 Bytes

Versions: 6

Compression:

Stored size: 490 Bytes

Contents

@command_line
Feature: Help
  Mirage is started from the command line. Mirage logs to mirage.log at the path where Mirage is started from.


  Background: Mirage usage
    Given usage information:
    """
      mirage help [TASK]  # Describe available tasks or one specific task
      mirage start        # Starts mirage
      mirage stop         # Stops mirage
    """


  Scenario: Starting with help option
    Given I run 'mirage help'
    Then the usage information should be displayed

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mirage-3.0.0.alpha.17 features/commandline_interface/help.feature
mirage-3.0.0.alpha.16 features/commandline_interface/help.feature
mirage-3.0.0.alpha.15 features/commandline_interface/help.feature
mirage-3.0.0.alpha.14 features/commandline_interface/help.feature
mirage-3.0.0.alpha.13 features/commandline_interface/help.feature
mirage-3.0.0.alpha.12 features/commandline_interface/help.feature