Sha256: f88ec127078ade6b73656b074015426f5f224b44968d6b9e0957cc0bbde8283d

Contents?: true

Size: 255 Bytes

Versions: 5

Compression:

Stored size: 255 Bytes

Contents

require 'rubygems'
require 'bundler/setup'

require 'oembedr' # and any other gems you need
require 'vcr'

RSpec.configure do |c|
  c.extend VCR::RSpec::Macros
end

VCR.configure do |c|
  c.cassette_library_dir = 'spec/fixtures'
  c.hook_into :faraday
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
oembedr-1.1.1 spec/spec_helper.rb
oembedr-1.1.0 spec/spec_helper.rb
oembedr-1.0.0 spec/spec_helper.rb
oembedr-0.0.3 spec/spec_helper.rb
oembedr-0.0.2 spec/spec_helper.rb