Sha256: cad9ecfe7480e7a82a379da0c2bf955277c236fec94db3ae40d23b9863fd5672
Contents?: true
Size: 568 Bytes
Versions: 21
Compression:
Stored size: 568 Bytes
Contents
@command_line Feature: Starting Mirage Mirage is started from the command line. more than instance of Mirage can be started on different ports at the same time. By default mirage runs on port 7001. Scenario: Starting mirage Given Mirage is not running When I run 'mirage start' Then mirage should be running on 'http://localhost:7001' And 'mirage.log' should exist Scenario: Starting Mirage on a custom port Given Mirage is not running When I run 'mirage start -p 9001' Then mirage should be running on 'http://localhost:9001'
Version data entries
21 entries across 21 versions & 2 rubygems