Sha256: 44b86cbbbc309b085926721020da23456488fcc20f2884b6c47269e2c818d7da
Contents?: true
Size: 324 Bytes
Versions: 28
Compression:
Stored size: 324 Bytes
Contents
module Mocha # Default exception class raised when an unexpected invocation or an unsatisfied expectation occurs. # # Authors of test libraries may use +Mocha::ExpectationErrorFactory+ to have Mocha raise a different exception. # # @see Mocha::ExpectationErrorFactory class ExpectationError < Exception; end end
Version data entries
28 entries across 24 versions & 5 rubygems