Method: MotionSpec::ContextHelper::Matchers#match

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

#match(regex) ⇒ Object



40
41
42
# File 'lib/motion-spec/context_helper/matchers.rb', line 40

def match(regex)
  MotionSpec::Matcher::Match.new(regex)
end