Sha256: 7b4530dd38674dfdc047ba782f872f8dccb35e9898bbe814424d95e8c0472aa0

Contents?: true

Size: 345 Bytes

Versions: 10

Compression:

Stored size: 345 Bytes

Contents

require 'webmock/rspec'
require 'shutl_auth'
module Airbrake
  def self.notify *args

  end
end

require 'vcr'

VCR.configure do |c|
  c.cassette_library_dir = 'spec/vcr'
  c.hook_into :webmock
  c.allow_http_connections_when_no_cassette = false
  c.default_cassette_options = {
    record: ENV['VCR_RERECORD'].present? ? :all : :once
  }
end


Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
shutl_auth-0.9.3 spec/spec_helper.rb
shutl_auth-0.9.2 spec/spec_helper.rb
shutl_auth-0.9.1 spec/spec_helper.rb
shutl_auth-0.9.0 spec/spec_helper.rb
shutl_auth-0.8.5 spec/spec_helper.rb
shutl_auth-0.8.4 spec/spec_helper.rb
shutl_auth-0.8.3 spec/spec_helper.rb
shutl_auth-0.8.2 spec/spec_helper.rb
shutl_auth-0.8.1 spec/spec_helper.rb
shutl_auth-0.8.0 spec/spec_helper.rb