Sha256: fe6b692862cf4c2a3174a379934ba3990f090fd76ccb470f6cf52303d3b05286
Contents?: true
Size: 633 Bytes
Versions: 25
Compression:
Stored size: 633 Bytes
Contents
Feature: Requests made to the Mirage Server can be tracked using the Mirage client Background: Given the following gems are required to run the Mirage client test code: """ require 'rubygems' require 'rspec' require 'mirage/client' """ Scenario: The MockServer returns a response Given I send PUT to 'http://localhost:7001/mirage/templates/greeting' with request entity """ Hello """ When I send GET to 'http://localhost:7001/mirage/responses/greeting' with parameters: | name | leon | Then I run """ Mirage::Client.new.request(1).should == 'name=leon' """
Version data entries
25 entries across 25 versions & 1 rubygems