Sha256: b504080f54378b50cd7d828447022860ed12df1a7d88d13c62d58ccd9451123b
Contents?: true
Size: 594 Bytes
Versions: 12
Compression:
Stored size: 594 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' """ Scenario: The MockServer returns a response Given I hit 'http://localhost:7001/mirage/set/greeting' with parameters: | response | Hello | When I hit 'http://localhost:7001/mirage/get/greeting' with parameters: | name | leon | Then I run """ Mirage::Client.new.track(1).should == 'name=leon' """
Version data entries
12 entries across 12 versions & 1 rubygems