# File lib/rspec/matchers/built_in/compound.rb, line 23defdescriptionsingleline_message(matcher_1.description, matcher_2.description)
end
does_not_match?(_actual)click to toggle source
@private
# File lib/rspec/matchers/built_in/compound.rb, line 16defdoes_not_match?(_actual)
raiseNotImplementedError, "`expect(...).not_to ""matcher.#{conjunction} matcher` is not supported"end