spec/spec_helper.rb in PageRankr-3.1.2 vs spec/spec_helper.rb in PageRankr-3.2.0
- old
+ new
@@ -1,12 +1,12 @@
require File.join(File.dirname(__FILE__), '..', 'lib', 'page_rankr')
require 'rspec'
require 'fuubar'
require 'vcr'
-VCR.config do |c|
+VCR.configure do |c|
c.cassette_library_dir = './spec/fixtures/vcr_cassettes'
- c.stub_with :typhoeus
+ c.hook_into :typhoeus
end
RSpec.configure do |c|
c.formatter = Fuubar
c.color_enabled = true