Method: MotionSpec::ContextHelper::Matchers#have
- Defined in:
- lib/motion-spec/context_helper/matchers.rb
#have(number) ⇒ Object
53 54 55 |
# File 'lib/motion-spec/context_helper/matchers.rb', line 53 def have(number) MotionSpec::Matcher::HaveItems.new(number) end |