Method: MotionSpec::ContextHelper::Matchers#end_with

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

#end_with(substring) ⇒ Object



69
70
71
# File 'lib/motion-spec/context_helper/matchers.rb', line 69

def end_with(substring)
  MotionSpec::Matcher::EndWith.new(substring)
end