<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -26,9 +26,14 @@ module Shoulda # :nodoc:
     #
     # Combinations of &lt;tt&gt;:by&lt;/tt&gt;, &lt;tt&gt;:from&lt;/tt&gt;, and &lt;tt&gt;:to&lt;/tt&gt; are allowed:
     #
-    #   should_change(&quot;the post title&quot;) { @post.title }                 # =&gt; assert the value changed in some way
-    #   should_change(&quot;the post title&quot;, :from =&gt; &quot;old&quot;) { @post.title } # =&gt; assert the value changed to anything other than &quot;old&quot;
-    #   should_change(&quot;the post title&quot;, :to   =&gt; &quot;new&quot;) { @post.title } # =&gt; assert the value changed from anything other than &quot;new&quot;
+    #   # Assert the value changed in some way:
+    #   should_change(&quot;the post title&quot;) { @post.title }
+    #
+    #   # Assert the value changed to anything other than &quot;old:&quot;
+    #   should_change(&quot;the post title&quot;, :from =&gt; &quot;old&quot;) { @post.title }
+    #
+    #   # Assert the value changed to &quot;new:&quot;
+    #   should_change(&quot;the post title&quot;, :to =&gt; &quot;new&quot;) { @post.title }
     def should_change(description, options = {}, &amp;block)
       by, from, to = get_options!([options], :by, :from, :to)
       stmt = &quot;change #{description}&quot;</diff>
      <filename>lib/shoulda/macros.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d13a46065fb325a8fae1d3537e47365843ec9d41</id>
    </parent>
  </parents>
  <author>
    <name>Joe Ferris</name>
    <email>joe.r.ferris@gmail.com</email>
  </author>
  <url>http://github.com/thoughtbot/shoulda/commit/af142c6368346f70b3080ea25cef3a48b3908993</url>
  <id>af142c6368346f70b3080ea25cef3a48b3908993</id>
  <committed-date>2009-06-09T16:03:27-07:00</committed-date>
  <authored-date>2009-06-09T16:03:27-07:00</authored-date>
  <message>Documentation changes for should_change</message>
  <tree>9d80d660b296e3513489785d2bb2305f3d64f4f9</tree>
  <committer>
    <name>Joe Ferris</name>
    <email>joe.r.ferris@gmail.com</email>
  </committer>
</commit>
