features/test_frameworks/rspec_metadata.feature in vcr-2.4.0 vs features/test_frameworks/rspec_metadata.feature in vcr-2.5.0
- old
+ new
@@ -16,10 +16,10 @@
"""ruby
require 'vcr'
VCR.configure do |c|
c.cassette_library_dir = 'spec/cassettes'
- c.hook_into :fakeweb
+ c.hook_into :webmock
c.configure_rspec_metadata!
end
RSpec.configure do |c|
# so we can use `:vcr` rather than `:vcr => true`;