module Mocha::Integration::Minitest::Adapter

def self.included(_mod)

Other tags:
    Private: -
def self.included(_mod)
  Mocha::ExpectationErrorFactory.exception_class = ::Minitest::Assertion
end