<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -177,11 +177,15 @@ module Kernel
   #   # This will now use the RSpec generator for tests
   #   $ merb-gen model ActivityEvent
   # @api public
-  def use_test(test_framework, *test_dependencies)
+  def use_testing_framework(test_framework, *test_dependencies)
     Merb.test_framework = test_framework
     
     Kernel.dependencies test_dependencies if Merb.env == &quot;test&quot; || Merb.env.nil?
   end
+
+  def use_test(*args)
+    use_testing_framework(*args)
+  end
   
   # Used in Merb.root/config/init.rb to tell Merb which template engine to
   # prefer.</diff>
      <filename>lib/merb-core/core_ext/kernel.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6958852ac4177eef45abacd99acacacdab5d5b5d</id>
    </parent>
  </parents>
  <author>
    <name>Michael S. Klishin</name>
    <email>michael@novemberain.com</email>
  </author>
  <url>http://github.com/wycats/merb-core/commit/ea52be274b4dc5369553736c2b93e4988a2bb18e</url>
  <id>ea52be274b4dc5369553736c2b93e4988a2bb18e</id>
  <committed-date>2008-10-09T17:11:05-07:00</committed-date>
  <authored-date>2008-10-09T17:11:05-07:00</authored-date>
  <message>#use_test is inconsistent with the rest of the framework. Add #use_testing_framework but keep #use_test around for a while.</message>
  <tree>2b9b23852a80dd87d2194c0194ccdea609f93c0c</tree>
  <committer>
    <name>Michael S. Klishin</name>
    <email>michael@novemberain.com</email>
  </committer>
</commit>
