module RSpecSnapshotMatcher::Matchers

Public Instance Methods

match_snapshot(*args) click to toggle source
# File lib/rspec_snapshot_matcher/matchers/snapshot_matcher.rb, line 83
def match_snapshot(*args)
  MatchSnapshot.new(*args)
end