Returns a new instance of Test.
135 136 137 138 139
# File 'lib/faraday/adapter/test.rb', line 135 def initialize(app, stubs=nil, &block) super(app) @stubs = stubs || Stubs.new configure(&block) if block end