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