<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-Copyright (c) 2009 Damian Janowski for Citrusbyte
+Copyright (c) 2009 Damian Janowski and Michel Martens for Citrusbyte
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the &quot;Software&quot;), to deal</diff>
      <filename>LICENSE</filename>
    </modified>
    <modified>
      <diff>@@ -47,6 +47,14 @@ are `setup`, `context` and `test`:
       end
     end
 
+You can run it normaly, it's Test::Unit after all. If you want to run a particular test, say &quot;yet more tests&quot;, try this:
+
+    $ testrb my_test.rb -n test_yet_more_tests
+
+Or with a regular expression:
+
+    $ testrb my_test.rb -n /yet_more_tests/
+
 Installation
 ------------
 
@@ -56,7 +64,7 @@ Installation
 License
 -------
 
-Copyright (c) 2009 Damian Janowski for Citrusbyte
+Copyright (c) 2009 Damian Janowski and Michel Martens for Citrusbyte
 
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation</diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,8 @@
 require &quot;test/unit&quot;
 
 class Test::Unit::TestCase
+  def default_test; end
+
   def self.setup(&amp;block)
     setup_blocks &lt;&lt; block
   end</diff>
      <filename>lib/contest.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7dc876e55b3aa60fdc4cde6f93e18f3f8abacc5e</id>
    </parent>
  </parents>
  <author>
    <name>Michel Martens</name>
    <email>michel@soveran.com</email>
  </author>
  <url>http://github.com/citrusbyte/contest/commit/b3aea6035a526a3e05132eb41f09915f4b732979</url>
  <id>b3aea6035a526a3e05132eb41f09915f4b732979</id>
  <committed-date>2009-03-16T13:06:37-07:00</committed-date>
  <authored-date>2009-03-16T13:05:40-07:00</authored-date>
  <message>Added default_test as an empty method to override Test::Unit behavior of failing if no tests are defined in the main area</message>
  <tree>c64091015f753d77cdd1f35f66fbb8686849096f</tree>
  <committer>
    <name>Michel Martens</name>
    <email>michel@soveran.com</email>
  </committer>
</commit>
