Sha256: db097a6e0be14cafbeb2d6cdc8f0c4a505a789e449ad88c405b2efb44b4f426d

Contents?: true

Size: 379 Bytes

Versions: 5

Compression:

Stored size: 379 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:
      | file | 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

5 entries across 5 versions & 1 rubygems

Version Path
mirage-0.1.6 features/file_hosting.feature
mirage-0.1.5 features/file_hosting.feature
mirage-0.1.4 features/file_hosting.feature
mirage-0.1.3 features/file_hosting.feature
mirage-0.1.2 features/file_hosting.feature