features/client/requests.feature in mirage-3.0.0.alpha.11 vs features/client/requests.feature in mirage-3.0.0.alpha.12

- old
+ new

@@ -8,10 +8,10 @@ """ Scenario: Retrieving request data Given a template for 'greeting' has been set with a value of 'Hello' - When I send GET to 'http://localhost:7001/mirage/responses/greeting' with parameters: + When I send GET to '/responses/greeting' with parameters: | name | leon | Then I run """ Mirage::Client.new.requests(1).parameters.should == {'name' => 'leon'} """ \ No newline at end of file