module Gorilla

Constants

VERSION

Public Class Methods

testing!() click to toggle source
# File lib/gorilla.rb, line 39
def self.testing!
  configure do |c|
    stubs = Faraday::Adapter::Test::Stubs.new
    c.client_adapter = [:test, stubs]
  end

  stubs
end