spec/spec_helper.rb in PageRankr-2.0.1 vs spec/spec_helper.rb in PageRankr-2.0.2

- old
+ new

@@ -1,7 +1,13 @@ require File.join(File.dirname(__FILE__), '..', 'lib', 'page_rankr') require 'rspec' require 'fuubar' +require 'vcr' + +VCR.config do |c| + c.cassette_library_dir = 'fixtures/vcr_cassettes' + c.stub_with :typhoeus +end Rspec.configure do |c| c.formatter = Fuubar c.color_enabled = true end \ No newline at end of file