<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -15,4 +15,6 @@ Contributors
   - Documentation and bug fixes.
 * Matt Wilson (hypomodern)
   - Although we didn't use his patch directly, his ideas were a *great* help in
-    the &quot;deeply-nested test directories&quot; feature.  Thanks! 
\ No newline at end of file
+    the &quot;deeply-nested test directories&quot; feature.  Thanks! 
+* Nick Stenning (nickstenning)
+  - For reminding us to add descriptions to our Rake tasks!
\ No newline at end of file</diff>
      <filename>CONTRIBUTORS</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@ end
 
 # Support Test::Unit &amp; Test/Spec style
 namespace :test do
-  desc &quot;Runs all the JavaScript tests and outputs the results&quot;
+  desc &quot;Runs all the JavaScript tests and outputs the results.&quot;
   task :javascripts do
     js_spec_dir = BlueRidge.find_javascript_spec_dir || (raise error_message_for_missing_spec_dir)
     raise &quot;JavaScript test failures&quot; unless BlueRidge.run_specs_in_dir(js_spec_dir, ENV[&quot;TEST&quot;])
@@ -32,6 +32,7 @@ end
 
 
 namespace :js do
+  desc &quot;Open the JavaScript fixtures to ease running in-browser tests.&quot;
   task :fixtures do
     js_spec_dir = BlueRidge.find_javascript_spec_dir || (raise error_message_for_missing_spec_dir)
     fixture_dir = &quot;#{js_spec_dir}/fixtures&quot;
@@ -45,6 +46,7 @@ namespace :js do
     end
   end
   
+  desc &quot;Runs the Rhino JavaScript shell.&quot;
   task :shell do
     rlwrap = `which rlwrap`.chomp
     system(&quot;#{rlwrap} #{BlueRidge.rhino_command} -f #{BlueRidge.plugin_prefix}/lib/shell.js -f -&quot;)</diff>
      <filename>tasks/javascript_testing_tasks.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ff45cee9aeb810a7bea5a9a3abb91b4756c0d1bf</id>
    </parent>
  </parents>
  <author>
    <name>Larry Karnowski</name>
    <email>larry@thinkrelevance.com</email>
  </author>
  <url>http://github.com/relevance/blue-ridge/commit/066dae7c390571f369ed56cf1d096088f14dca80</url>
  <id>066dae7c390571f369ed56cf1d096088f14dca80</id>
  <committed-date>2009-08-28T09:52:35-07:00</committed-date>
  <authored-date>2009-08-28T09:52:35-07:00</authored-date>
  <message>Added descriptions to the rake tasks. (Thanks Nick Stenning!)</message>
  <tree>64691132489d816aa2b146fd7f2dafae8847250c</tree>
  <committer>
    <name>Larry Karnowski</name>
    <email>larry@thinkrelevance.com</email>
  </committer>
</commit>
