Method: MotionSpec::ContextHelper::Matchers#match_array
- Defined in:
- lib/motion-spec/context_helper/matchers.rb
#match_array(array) ⇒ Object Also known as: contain_exactly
44 45 46 |
# File 'lib/motion-spec/context_helper/matchers.rb', line 44 def match_array(array) MotionSpec::Matcher::MatchArray.new(array) end |