Class: Peddler::VCRMatcher

Inherits:
Object
  • Object
show all
Defined in:
lib/peddler/vcr_matcher.rb

Overview

A custom matcher that can be used to record MWS interactions when writing integration tests

Class Method Summary collapse

Class Method Details

.ignore_seller!void

This method returns an undefined value.

Ignore seller specific attributes when recording



30
31
32
33
# File 'lib/peddler/vcr_matcher.rb', line 30

def ignore_seller!
  ignored_params.concat(SELLER_PARAMS)
  ignored_params.uniq!
end