<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,14 +3,17 @@
 Mockr is a pure Ruby library to support the Mock Objects approach to
 unit testing, and is inspired by Java's JMock.
 
-Several other Mock Object libraries exist for Ruby. Mockr has two main
+Several other Mock Object libraries exist for Ruby. In addition to its
+unusually natural syntax for setting expectations, Mockr has two main
 distinguishing features:
 
 1. Support for the distinction between mocking and stubbing
 2. A constraint-based mechanism for matching call parameters
 
 MockR was initially presented by author Steve Purcell at the
-2005 European Ruby Conference.
+2005 European Ruby Conference, and was written entirely test-first.
+
+For more information or to contact the author, see http://mockr.sanityinc.com.
 
 == Introduction
 
@@ -82,7 +85,7 @@ These tests would be satisfied by the following class:
 
 Home page
 
-* http://mockr.sanityinc.com/
+* http://mockr.sanityinc.com
 
 == Copyright
 </diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -69,6 +69,9 @@ module Mockr
       end
     end
 
+    # Execute the given block and call #verify afterwards.  You are unlikely
+    # to use this method, since the methods in TestCaseHelpers render it
+    # somewhat redundant.
     def use &amp;block
       block.call(proxy)
       verify
@@ -196,6 +199,8 @@ module Mockr
       mock
     end
 
+    alias mock new_mock
+
     def teardown # :nodoc:
       verify_all_mocks
     end</diff>
      <filename>lib/mockr.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d12cbe4b73001ea76523224ba4e07571b80487dd</id>
    </parent>
  </parents>
  <author>
    <name>Steve</name>
    <email>steve</email>
  </author>
  <url>http://github.com/purcell/mockr/commit/eab07a47831a897025ba3f414cb93fcebc4b3232</url>
  <id>eab07a47831a897025ba3f414cb93fcebc4b3232</id>
  <committed-date>2006-07-06T00:53:00-07:00</committed-date>
  <authored-date>2006-07-06T00:53:00-07:00</authored-date>
  <message>Improved documentation, and added #mock alias to TestCaseHelpers

darcs-hash:20060706075336-9ce57-421abf2b09d9bb0e5ddd70fa90328e70b1e6adf5.gz</message>
  <tree>b4f3265b91d2314d9f6083b1c6d60ea482e4e5eb</tree>
  <committer>
    <name>Steve</name>
    <email>steve</email>
  </committer>
</commit>
