Method: BaconExpect::Matcher::BaconContext#match_array
- Defined in:
- lib/bacon-expect/matchers/matchers.rb
#match_array(array) ⇒ Object Also known as: contain_exactly
38 39 40 |
# File 'lib/bacon-expect/matchers/matchers.rb', line 38 def match_array(array) MatchArray.new(array) end |