Skip to content

Instantly share code, notes, and snippets.

@shadowbq
Created September 29, 2015 04:31
Show Gist options
  • Save shadowbq/36432f46a3f6498212de to your computer and use it in GitHub Desktop.
Save shadowbq/36432f46a3f6498212de to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'sqlite3'
require 'rest-assured'
require 'pry'
RestAssured::Server.start(port: 7899)
@double = RestAssured::Double.create(:fullpath => '/some/api')
@double = RestAssured::Double.create(:fullpath => '/some/api2', :response_headers => { 'Content-Type2' => 'text/html' })
binding.pry
puts "a"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment