<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -205,8 +205,17 @@ The following examples will both pass if the controller's update action uses fin
 in spec_helper.rb
 
     require 'stubble'
+    Stubble.configure {|stubble| stubble.stub_with :rspec} # or mocha, rr, flexmock
     Spec::Runner.configure {|c| c.include(Stubble, :type =&gt; :controller)}
     
+in test_helper.rb # if you're using test/unit or any of its extensions
+    
+  require 'stubble'
+  Stubble.configure {|stubble| stubble.stub_with :mocha} # or rr, flexmock
+  class ActionController::TestCase
+    include Stubble
+  end
+
 == LICENSE:
 
 (The MIT License)</diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>25e605f9a1abe554e958d3bf2db9ea5311fc3fc7</id>
    </parent>
  </parents>
  <author>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </author>
  <url>http://github.com/dchelimsky/stubble/commit/c76520e4378a324d26b835ad730b34a87880dcd1</url>
  <id>c76520e4378a324d26b835ad730b34a87880dcd1</id>
  <committed-date>2009-05-31T11:46:05-07:00</committed-date>
  <authored-date>2009-05-31T11:46:05-07:00</authored-date>
  <message>update readme</message>
  <tree>032871633d92ad0ca88edff2aa7e38fb5532d0ee</tree>
  <committer>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </committer>
</commit>
