Sha256: 151926fad833b8bc79bb040d9657aeb5d366ac76d61042d379223e5a9554b756
Contents?: true
Size: 304 Bytes
Versions: 5
Compression:
Stored size: 304 Bytes
Contents
require 'rubygems' require 'bundler/setup' require 'vcr' require 'elasticity' ENV["RAILS_ENV"] ||= 'test' $:.unshift File.dirname(__FILE__) VCR.config do |c| c.cassette_library_dir = 'spec/fixtures/vcr_cassettes' c.stub_with :webmock end RSpec.configure do |c| c.extend VCR::RSpec::Macros end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
elasticity-0.5 | spec/spec_helper.rb |
elasticity-0.4 | spec/spec_helper.rb |
elasticity-0.3.5 | spec/spec_helper.rb |
elasticity-0.3 | spec/spec_helper.rb |
elasticity-0.0.1 | spec/spec_helper.rb |