Sha256: 295c5ea88230adc5a19cdfe76d3f291bae66571b6ebb9055b5db44541051ca4b

Contents?: true

Size: 308 Bytes

Versions: 1

Compression:

Stored size: 308 Bytes

Contents

require 'simplecov'

$:.unshift File.expand_path('..', __FILE__)
$:.unshift File.expand_path('../../lib', __FILE__)

require 'roe'
require 'rspec'
require 'vcr'

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

VCR.config do |c|
  c.cassette_library_dir = 'spec/fixtures'
  c.stub_with :webmock
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
roe-0.1.0 spec/spec_helper.rb