spec/spec_helper.rb in beatport-0.1.10 vs spec/spec_helper.rb in beatport-0.2.0
- old
+ new
@@ -12,9 +12,11 @@
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'beatport'
require 'pp'
require 'log_buddy'
require 'vcr'
+require 'config'
+
VCR.configure do |c|
c.cassette_library_dir = 'spec/fixtures'
c.hook_into :webmock
c.allow_http_connections_when_no_cassette = false
\ No newline at end of file