Method: MotionSpec::ContextHelper::Matchers#start_with

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

#start_with(substring) ⇒ Object



65
66
67
# File 'lib/motion-spec/context_helper/matchers.rb', line 65

def start_with(substring)
  MotionSpec::Matcher::StartWith.new(substring)
end