Method: Easytest::Expectation#to_contain_exactly

Defined in:
lib/easytest/expectation.rb

#to_contain_exactly(*expected) ⇒ Object



52
53
54
# File 'lib/easytest/expectation.rb', line 52

def to_contain_exactly(*expected)
  Matcher::ContainExactly.new(actual: actual, expected: expected, negate: negate).match!
end