class RSpec::Mocks::ArgumentMatchers::ArrayIncludingMatcher

def description

def description
  "array_including(#{@expected.join(", ")})"
end