<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,8 +1,10 @@
 desc &quot;Run tests and doctests for all components.&quot;
 task :test_all do |t|
+  puts &quot;There are system tests in http://github.com/tablatom/agility/tree/master&quot;
   system(&quot;cd hobofields ; rake test:doctest&quot;) &amp;&amp;
     system(&quot;cd hobofields ; rake test:unit&quot;) &amp;&amp;
     system(&quot;cd hobosupport ; rake test:doctest&quot;) &amp;&amp;
+    system(&quot;cd hobo ; rake test:doctest&quot;) &amp;&amp;
     system(&quot;cd hobo ; rake test&quot;)
   exit($?.exitstatus)
 end</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -15,6 +15,13 @@ Rake::TestTask.new(:test) { |t|
   t.verbose = true
 }
 
+namespace &quot;test&quot; do
+  desc &quot;Run the doctests&quot;
+  task :doctest do |t|
+    # note, tests in doctest/hobo/ are out of date
+    exit(1) if !system(&quot;rubydoctest doctest/*.rdoctest&quot;)
+  end
+end
 
 # --- RDoc --- #
 </diff>
      <filename>hobo/Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c7b0d32cbfffc44930550feb7c2ee95b574ab9dc</id>
    </parent>
  </parents>
  <author>
    <name>Bryan Larsen</name>
    <email>bryan@larsen.st</email>
  </author>
  <url>http://github.com/tablatom/hobo/commit/bf4562778d4b8714178985c1243d65dab4eba6a0</url>
  <id>bf4562778d4b8714178985c1243d65dab4eba6a0</id>
  <committed-date>2009-05-12T10:11:21-07:00</committed-date>
  <authored-date>2009-05-12T10:11:21-07:00</authored-date>
  <message>Update rake files to run scope rdoctest.</message>
  <tree>f011be1a17fb9a25b6249bc7ea8d3ccde07d8a32</tree>
  <committer>
    <name>Bryan Larsen</name>
    <email>bryan@larsen.st</email>
  </committer>
</commit>
