# File lib/merb-core/core_ext/kernel.rb, line 77
  def use_testing_framework(test_framework)
    Merb.test_framework = test_framework
    nil
  end