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