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

- old
+ new

@@ -2,13 +2,13 @@ require 'rspec' require 'fuubar' require 'vcr' VCR.config do |c| - c.cassette_library_dir = 'fixtures/vcr_cassettes' + c.cassette_library_dir = 'spec/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 +end