# File lib/vcr/deprecations.rb, line 59 def self.extended(base) Kernel.warn "WARNING: VCR::RSpec::Macros is deprecated. Use RSpec metadata options instead `:vcr => vcr_options`" end