Sha256: 2a2b1d36a584b2a82101269be8193bb53fbfd68934c2d2f18a657d08be022455

Contents?: true

Size: 463 Bytes

Versions: 13

Compression:

Stored size: 463 Bytes

Contents

require "vcr"
require 'webmock/rspec'

VCR.configure do |c|
  c.cassette_library_dir     = 'spec/cassettes'
  c.hook_into                :webmock
  c.default_cassette_options = { :match_requests_on => [:method, :uri, :query, :body, :headers] }
  c.configure_rspec_metadata!
end

RSpec.configure do |c|
  # so we can use :vcr rather than :vcr => true;
  # in RSpec 3 this will no longer be necessary.
  c.treat_symbols_as_metadata_keys_with_true_values = true
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
opentok-3.1.0 spec/spec_helper.rb
opentok-3.0.3 spec/spec_helper.rb
opentok-3.0.2 spec/spec_helper.rb
opentok-3.0.1 spec/spec_helper.rb
opentok-3.0.0 spec/spec_helper.rb
opentok-2.5.0 spec/spec_helper.rb
opentok-2.4.1 spec/spec_helper.rb
opentok-2.4.0 spec/spec_helper.rb
opentok-2.4.0.beta.1 spec/spec_helper.rb
opentok-2.3.4 spec/spec_helper.rb
opentok-2.3.3 spec/spec_helper.rb
opentok-2.3.2 spec/spec_helper.rb
opentok-2.3.0 spec/spec_helper.rb