Method: ObjectProtocol::RSpecMatchers#be_satisfied_by

Defined in:
lib/object_protocol/rspec.rb

#be_satisfied_by(&blk) ⇒ Object



33
34
35
# File 'lib/object_protocol/rspec.rb', line 33

def be_satisfied_by(&blk)
  SatisfactionAttemptVerifier.new(&blk)
end