Method: ShafClient#stubs

Defined in:
lib/shaf_client.rb

#stubsObject



53
54
55
56
# File 'lib/shaf_client.rb', line 53

def stubs
  return unless @adapter == :test
  @stubs ||= Faraday::Adapter::Test::Stubs.new
end