module VCR::RSpec::Macros

Contains macro methods to assist with VCR usage. These methods are intended to be used directly in an RSpec example group. To make these available in your RSpec example groups, extend the module in an individual example group, or configure RSpec to extend the module in all example groups.

@example

RSpec.configure do |c|
  c.extend VCR::RSpec::Macros
end