Sha256: 87e8a7a5c471ec38b44cca5e8d5ee7332f2f6b8d9b91a53713301841198042d1

Contents?: true

Size: 328 Bytes

Versions: 8

Compression:

Stored size: 328 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

8 entries across 8 versions & 1 rubygems

Version Path
mirage-1.3.6 features/server/logging.feature
mirage-1.3.5 features/server/logging.feature
mirage-1.3.4 features/server/logging.feature
mirage-1.3.3 features/server/logging.feature
mirage-1.3.2 features/server/logging.feature
mirage-1.3.1 features/server/logging.feature
mirage-1.3.0 features/server/logging.feature
mirage-1.2.0 features/server/logging.feature