Sha256: 317c33b8052f322cd9d5801376e21daa43d96824f5b1b27566315ade9bf5581a

Contents?: true

Size: 489 Bytes

Versions: 23

Compression:

Stored size: 489 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'you_got_listed'
require 'rspec'
require 'webmock/rspec'
require 'vcr'

Dir[File.expand_path(File.join(File.dirname(__FILE__),'support','**','*.rb'))].each {|f| require f}

RSpec.configure do |config|
  
end

VCR.config do |c|
  c.cassette_library_dir = 'spec/fixtures/vcr_cassettes'
  c.stub_with :webmock
  c.default_cassette_options = { :record => :new_episodes }
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
you_got_listed-0.2.2 spec/spec_helper.rb
you_got_listed-0.2.1 spec/spec_helper.rb
you_got_listed-0.2.0 spec/spec_helper.rb