Sha256: f41f94cbdfa3156e0e1fb8904814d0837419f015a2a218b812292f316c455a2c

Contents?: true

Size: 330 Bytes

Versions: 10

Compression:

Stored size: 330 Bytes

Contents

Feature: Output from Mirage is stored in mirage.log.
  This file is located at the root from which mirage is started.

  Scenario: response is set.
    Given I post to 'http://localhost:7001/mirage/set/greeting' with parameters:
      | response | Hello |
    Then 'mirage.log' should contain '/mirage/set/greeting?response=Hello'

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
mirage-1.1.0 features/server/logging.feature
mirage-1.0.2 features/server/logging.feature
mirage-1.0.1 features/server/logging.feature
mirage-1.0.0 features/logging.feature
mirage-0.1.7 features/logging.feature
mirage-0.1.6 features/logging.feature
mirage-0.1.5 features/logging.feature
mirage-0.1.4 features/logging.feature
mirage-0.1.3 features/logging.feature
mirage-0.1.2 features/logging.feature