Sha256: 647fa6bbf2186cc357de5b13eb8b3aaa8b0295d2d4d350681a2329ec44d04cd5

Contents?: true

Size: 439 Bytes

Versions: 3

Compression:

Stored size: 439 Bytes

Contents

Feature: Mirage can also be used to host files.

  #TODO - generate zip file or move resources directory
  Scenario: A file is set as a response
    Given I hit 'http://localhost:7001/mirage/set/some/location/download' with parameters:
      | response | features/resources/test.zip |

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mirage-1.1.0 features/server/file_responses.feature
mirage-1.0.2 features/server/file_responses.feature
mirage-1.0.1 features/server/file_responses.feature