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.6.6 spec/spec_helper.rb
you_got_listed-0.6.5 spec/spec_helper.rb
you_got_listed-0.6.4 spec/spec_helper.rb
you_got_listed-0.6.3 spec/spec_helper.rb
you_got_listed-0.6.2 spec/spec_helper.rb
you_got_listed-0.6.1 spec/spec_helper.rb
you_got_listed-0.6.0 spec/spec_helper.rb
you_got_listed-0.5.1 spec/spec_helper.rb
you_got_listed-0.5.0 spec/spec_helper.rb
you_got_listed-0.4.0 spec/spec_helper.rb
you_got_listed-0.3.6 spec/spec_helper.rb
you_got_listed-0.3.5 spec/spec_helper.rb
you_got_listed-0.3.4 spec/spec_helper.rb
you_got_listed-0.3.3 spec/spec_helper.rb
you_got_listed-0.3.2 spec/spec_helper.rb
you_got_listed-0.3.1 spec/spec_helper.rb
you_got_listed-0.3.0 spec/spec_helper.rb
you_got_listed-0.2.5 spec/spec_helper.rb
you_got_listed-0.2.4 spec/spec_helper.rb
you_got_listed-0.2.3 spec/spec_helper.rb