Method: MotionSpec::ContextHelper::Matchers#respond_to
- Defined in:
- lib/motion-spec/context_helper/matchers.rb
#respond_to(method_name) ⇒ Object
61 62 63 |
# File 'lib/motion-spec/context_helper/matchers.rb', line 61 def respond_to(method_name) MotionSpec::Matcher::RespondTo.new(method_name) end |