module Mocha::Integration::TestUnit::GemVersion200
def self.applicable_to?(test_unit_version, ruby_version = nil)
def self.applicable_to?(test_unit_version, ruby_version = nil) Gem::Requirement.new('2.0.0').satisfied_by?(test_unit_version) end
def self.description
def self.description "monkey patch for Test::Unit gem v2.0.0" end
def self.included(mod)
def self.included(mod) MonkeyPatcher.apply(mod, RunMethodPatch) end