Integrates Mocha into recent versions of MiniTest.
See the source code for an example of how to integrate Mocha into a test library.
@private
# File lib/mocha/integration/mini_test/adapter.rb, line 16 def self.applicable_to?(mini_test_version) Gem::Requirement.new('>= 3.3.0').satisfied_by?(mini_test_version) end
@private
# File lib/mocha/integration/mini_test/adapter.rb, line 46 def after_teardown super mocha_teardown end
Generated with the Darkfish Rdoc Generator 2.