Sha256: 2fe32faa483a87591ca4d07d4860c34a309b00f1ddbc640465c14d1caa42ea65
Contents?: true
Size: 406 Bytes
Versions: 2
Compression:
Stored size: 406 Bytes
Contents
Feature: Retrieving A Templates body can be previewed Scenario: Preview template body Given the following template template: """ { "response":{ "body":"SGVsbG8=" }, "request":{ } } """ And the template is sent using PUT to '/templates/greeting' When GET is sent to '/templates/1/body' Then 'Hello' should be returned
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mirage-3.0.0.alpha.14 | features/templates/body.feature |
mirage-3.0.0.alpha.13 | features/templates/body.feature |