spec/spec_helper.rb in harvestdor-indexer-0.0.13 vs spec/spec_helper.rb in harvestdor-indexer-1.0.0

- old
+ new

@@ -4,7 +4,11 @@ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'harvestdor-indexer' -#RSpec.configure do |config| -#end \ No newline at end of file +require 'vcr' + +VCR.configure do |c| + c.cassette_library_dir = 'spec/fixtures/vcr_cassettes' + c.hook_into :webmock +end