Sha256: d58056be1520d7288ffb5a3c269278f10944071554fa45310687735465a42125
Contents?: true
Size: 383 Bytes
Versions: 2
Compression:
Stored size: 383 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 | 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mirage-1.0.0 | features/file_hosting.feature |
mirage-0.1.7 | features/file_hosting.feature |