Feature: Its possible introduce a delay before responding to a client with a particular response. This lets you simulate real world conditions by making your application wait before receiving a response. Scenario: Response with a delay Given I hit 'http://localhost:7001/mirage/set/an_appology' with parameters: | response | Sorry it took me so long! | | delay | 4.2 | When I hit 'http://localhost:7001/mirage/get/an_appology' Then it should take at least '4.2' seconds