<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -34,6 +34,8 @@ module Thoughtbot
     # Note: The part before &lt;tt&gt;should&lt;/tt&gt; in the test name is gleamed from the name of the Test::Unit class.
 
     def should(name, &amp;blk)
+      should_eventually(name) &amp;&amp; return unless block_given?
+      
       if Shoulda.current_context
         Shoulda.current_context.should(name, &amp;blk)
       else</diff>
      <filename>lib/shoulda/gem/shoulda.rb</filename>
    </modified>
    <modified>
      <diff>@@ -67,5 +67,7 @@ class ContextTest &lt; Test::Unit::TestCase # :nodoc:
   should_eventually &quot;should pass, since it's unimplemented&quot; do
     flunk &quot;what?&quot;
   end
-
+  
+  should_eventually &quot;should not require a block when using should_eventually&quot;
+  should &quot;should pass without a block, as that causes it to piggyback to should_eventually&quot;
 end</diff>
      <filename>test/other/context_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fa21ea937436aa2f02fcea830da218616b149d59</id>
    </parent>
  </parents>
  <author>
    <name>August Lilleaas</name>
    <email>augustlilleaas@gmail.com</email>
  </author>
  <url>http://github.com/snowblink/shoulda/commit/730c2d338b09c92c23bd643c9539766afeeaf46c</url>
  <id>730c2d338b09c92c23bd643c9539766afeeaf46c</id>
  <committed-date>2008-06-13T05:23:32-07:00</committed-date>
  <authored-date>2008-06-13T05:23:32-07:00</authored-date>
  <message>Calling should without a block piggybacks to should_eventually.</message>
  <tree>874b19855dd1e0a304b401a3861848f205594752</tree>
  <committer>
    <name>August Lilleaas</name>
    <email>augustlilleaas@gmail.com</email>
  </committer>
</commit>
