<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -216,7 +216,6 @@ module Thoughtbot
           test_name = [full_name, &quot;should&quot;, &quot;#{should[:name]}. &quot;].flatten.join(' ')
           puts &quot;  * DEFERRED: &quot; + test_name
         end
-        subcontexts.each { |context| context.print_should_eventuallys }
       end
 
       def build</diff>
      <filename>lib/shoulda/gem/shoulda.rb</filename>
    </modified>
    <modified>
      <diff>@@ -106,4 +106,10 @@ class ContextTest &lt; Test::Unit::TestCase # :nodoc:
   context &quot;context for testing should piggybacking&quot; do
     should &quot;call should_eventually as we are not passing a block&quot;
   end
+
+  context &quot;context&quot; do
+    context &quot;with nested subcontexts&quot; do
+      should_eventually &quot;only print this statement once for a should_eventually&quot;
+    end
+  end
 end</diff>
      <filename>test/other/context_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9f0c2e10ad03f4106934067d0066716ff7890cf9</id>
    </parent>
  </parents>
  <author>
    <name>Ryan McGeary</name>
    <email>ryanongit@mcgeary.org</email>
  </author>
  <url>http://github.com/thoughtbot/shoulda/commit/5aed59248b6292be6dba3a928db5f73b24ae1213</url>
  <id>5aed59248b6292be6dba3a928db5f73b24ae1213</id>
  <committed-date>2008-06-27T16:51:17-07:00</committed-date>
  <authored-date>2008-06-27T16:51:17-07:00</authored-date>
  <message>Fixed double printing of deferred statements when should_eventuallys are in nested contexts</message>
  <tree>ed03dcdd998ceb1391423a0c20e797a497f177fa</tree>
  <committer>
    <name>Ryan McGeary</name>
    <email>ryanongit@mcgeary.org</email>
  </committer>
</commit>
