Sha256: a89f7fd07fbc6211dda96b19386b9c7bd3a70f01a245080a0caaa46c70085b00
Contents?: true
Size: 439 Bytes
Versions: 5
Compression:
Stored size: 439 Bytes
Contents
require "vcr" 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
opentok-2.2.4 | spec/spec_helper.rb |
opentok-2.2.3 | spec/spec_helper.rb |
opentok-2.2.2 | spec/spec_helper.rb |
opentok-2.2.1 | spec/spec_helper.rb |
opentok-2.2.0 | spec/spec_helper.rb |