Method: MotionSpec::ContextHelper::Matchers#satisfy

Defined in:
lib/motion-spec/context_helper/matchers.rb

#satisfy(&block) ⇒ Object



57
58
59
# File 'lib/motion-spec/context_helper/matchers.rb', line 57

def satisfy(&block)
  MotionSpec::Matcher::Satisfy.new(&block)
end