<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,6 @@
-* 0.0.X (??)
+* 0.0.3 (2009-11-03):
   - Removed 'XMLOBJECT_GEMSPEC' from gemspec (copy &amp; paste gone wrong) :(
+  - Changed the TestCase collector to work like Test::Unit's.
 
 * 0.0.2 (2009-10-28):
   - Added this file. :)</diff>
      <filename>WHATSNEW</filename>
    </modified>
    <modified>
      <diff>@@ -35,20 +35,14 @@ module LeftRight
     end
   end
 
-  # Gets all descendants of Class that also happen to be descendants of
-  # Test::Unit::TestCase that have non-inherited instance methods that
-  # begin with the word 'test':
+  # Gets all descendants of Class that also descend from Test::Unit::TestCase
   #
   def self.testcase_classes
     @testcase_classes ||= begin
       found = []
 
       ObjectSpace.each_object(Class) do |klass|
-        if Test::Unit::TestCase &gt; klass &amp;&amp;
-          klass.instance_methods(false).detect { |m| 'test' == m.to_s[0,4] }
-
-          found &lt;&lt; klass
-        end
+        found &lt;&lt; klass if Test::Unit::TestCase &gt; klass
       end
 
       found</diff>
      <filename>lib/leftright.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
 module LeftRight
-  VERSION = '0.0.2'
+  VERSION = '0.0.3'
 end
\ No newline at end of file</diff>
      <filename>lib/leftright/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>260e51e0afd4df8668fd96042d46d3bf5e2f6e82</id>
    </parent>
  </parents>
  <author>
    <name>Jordi Bunster</name>
    <email>jordi@bunster.org</email>
  </author>
  <url>http://github.com/jordi/leftright/commit/c6daa7f0bee603fb5189d34be9ec3b67d865dd8f</url>
  <id>c6daa7f0bee603fb5189d34be9ec3b67d865dd8f</id>
  <committed-date>2009-11-06T10:33:34-08:00</committed-date>
  <authored-date>2009-11-06T10:33:34-08:00</authored-date>
  <message>0.0.3</message>
  <tree>81116a2a05890921d81834301eced696b08c8d88</tree>
  <committer>
    <name>Jordi Bunster</name>
    <email>jordi@bunster.org</email>
  </committer>
</commit>
