Sha256: 6b219af35575bcae8427a7691c7f5efdc6c55eac715c6fa33c6e913869cb9a96

Contents?: true

Size: 499 Bytes

Versions: 15

Compression:

Stored size: 499 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 [COMMAND]  # Describe available commands or one specific command
      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

15 entries across 15 versions & 2 rubygems

Version Path
mirage-3.0.13 features/commandline_interface/help.feature
mirage-3.0.12 features/commandline_interface/help.feature
mirage-3.0.11 features/commandline_interface/help.feature
mirage-3.0.10 features/commandline_interface/help.feature
mirage-3.0.9 features/commandline_interface/help.feature
mirage-on-thin-3.0.8 features/commandline_interface/help.feature
mirage-3.0.8 features/commandline_interface/help.feature
mirage-3.0.7 features/commandline_interface/help.feature
mirage-3.0.6 features/commandline_interface/help.feature
mirage-3.0.5 features/commandline_interface/help.feature
mirage-3.0.4 features/commandline_interface/help.feature
mirage-3.0.3 features/commandline_interface/help.feature
mirage-3.0.2 features/commandline_interface/help.feature
mirage-3.0.1 features/commandline_interface/help.feature
mirage-3.0.0 features/commandline_interface/help.feature