<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -40,8 +40,19 @@ module Test
 
           flunk(&quot;&lt;#{description}&gt; did not fail.&quot;) unless failed 
         end
-        
+
+        caller[0] =~ (/(.*):(.*):in `(.*)'/)
+        @@pending_cases &lt;&lt; &quot;#{$3} at #{$1}, line #{$2}&quot;
         print &quot;P&quot;
+        
+        @@at_exit ||= begin
+          at_exit do
+            puts &quot;\nPending Cases:&quot;
+            @@pending_cases.each do |test_case|
+              puts test_case
+            end
+          end
+        end
       end
       
       # This method will define a test method using the description as the test name</diff>
      <filename>lib/pending.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7e943130500b7947ee421b9dab27b4c0855daf08</id>
    </parent>
  </parents>
  <author>
    <name>jduff</name>
    <email>duff.john@gmail.com</email>
  </author>
  <url>http://github.com/jeremymcanally/pending/commit/39e3328003ee7b450005b1ec88cc8fc5639574b0</url>
  <id>39e3328003ee7b450005b1ec88cc8fc5639574b0</id>
  <committed-date>2009-02-10T23:32:20-08:00</committed-date>
  <authored-date>2009-02-05T08:50:13-08:00</authored-date>
  <message>adding wycats code to print pending test to total at the end of run
http://github.com/rails/rails/blob/d6b9f8410c990b3d68d1970f1461a1d385d098d7/activesupport/lib/active_support/testing/pending.rb

Signed-off-by: Jeremy McAnally &lt;jeremymcanally@gmail.com&gt;</message>
  <tree>535e294c6e3c69704ae0d88c9f8389edcd77a158</tree>
  <committer>
    <name>Jeremy McAnally</name>
    <email>jeremymcanally@gmail.com</email>
  </committer>
</commit>
