Sha256: 62fffa3a41ce07aed4f9c0c3263c2fbc06666b7e064d6bdcd34cc413194edfca

Contents?: true

Size: 347 Bytes

Versions: 8

Compression:

Stored size: 347 Bytes

Contents

Feature: Mirage can also be used to host files.

  Scenario: A file is set as a response
    Given I hit 'http://localhost:7001/mirage/set/some/location/download' with parameters:
      | response | README.md |

    When I hit 'http://localhost:7001/mirage/get/some/location/download'
    Then the response should be a file the same as 'README.md'

Version data entries

8 entries across 8 versions & 1 rubygems

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