Module: RSpec::Snapshot::Matchers

Defined in:
lib/rspec/snapshot/matchers.rb,
lib/rspec/snapshot/matchers/match_snapshot.rb

Defined Under Namespace

Classes: MatchSnapShot

Instance Method Summary collapse

Instance Method Details

#match_snapshot(snapshot_name) ⇒ Object



6
7
8
# File 'lib/rspec/snapshot/matchers.rb', line 6

def match_snapshot(snapshot_name)
  MatchSnapShot.new(self.class., snapshot_name)
end