Sha256: c8ec4e2f7a024839ddeda13e77f3a66236ebe8bfbf9848f7e3485a54589e6e26

Contents?: true

Size: 423 Bytes

Versions: 20

Compression:

Stored size: 423 Bytes

Contents

# encoding: utf-8

require File.dirname(__FILE__) + '/../spec_helper'
require 'vcr'
require 'webmock/rspec'
require 'active_support/core_ext'

VCR.configure do |c|
  c.ignore_localhost = false
  c.cassette_library_dir = File.dirname(__FILE__) + '/cassettes'
  c.hook_into :webmock
  c.default_cassette_options = { record: :new_episodes }
  c.configure_rspec_metadata!
  c.allow_http_connections_when_no_cassette = false
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
locomotivecms_wagon-1.5.8 spec/integration/integration_helper.rb
locomotivecms_wagon-1.5.7 spec/integration/integration_helper.rb
locomotivecms_wagon-1.5.6 spec/integration/integration_helper.rb
locomotivecms_wagon-1.5.5 spec/integration/integration_helper.rb
locomotivecms_wagon-1.5.4 spec/integration/integration_helper.rb
locomotivecms_wagon-1.5.3 spec/integration/integration_helper.rb
locomotivecms_wagon-1.5.2 spec/integration/integration_helper.rb
locomotivecms_wagon-1.5.1 spec/integration/integration_helper.rb
locomotivecms_wagon-1.5.0 spec/integration/integration_helper.rb
locomotivecms_wagon-1.5.0.rc1 spec/integration/integration_helper.rb
locomotivecms_wagon-1.4.0 spec/integration/integration_helper.rb
locomotivecms_wagon-1.3.3 spec/integration/integration_helper.rb
locomotivecms_wagon-1.3.2 spec/integration/integration_helper.rb
locomotivecms_wagon-1.3.1 spec/integration/integration_helper.rb
locomotivecms_wagon-1.3.0 spec/integration/integration_helper.rb
locomotivecms_wagon-1.2.2 spec/integration/integration_helper.rb
locomotivecms_wagon-1.2.1 spec/integration/integration_helper.rb
locomotivecms_wagon-1.2.0 spec/integration/integration_helper.rb
locomotivecms_wagon-1.1.0 spec/integration/integration_helper.rb
locomotivecms_wagon-1.0.2 spec/integration/integration_helper.rb