Class: Vacuum::Matcher

Inherits:
Object
  • Object
show all
Defined in:
lib/vacuum/matcher.rb

Overview

Custom VCR matcher for stubbing calls to the Product Advertising API

The matcher is not required by default.

Examples:

require 'vacuum/matcher'

# in your test
VCR.insert_cassette('cassette_name',
                    match_requests_on: [Vacuum::Matcher])

See Also: