<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -46,16 +46,6 @@ end
 class ThorTask2 &lt; Thor
 end
 
-describe Thor::Util do
-  it &quot;knows how to convert class names into thor names&quot; do
-    Thor::Util.constant_to_thor_path(&quot;FooBar::BarBaz::BazBat&quot;).must == &quot;foo_bar:bar_baz:baz_bat&quot;
-  end
-  
-  it &quot;knows how to convert a thor name to a constant&quot; do
-    Thor::Util.constant_from_thor_path(&quot;my_tasks:thor_task&quot;).must == MyTasks::ThorTask
-  end
-end
-
 describe Thor do
   it &quot;tracks its subclasses, grouped by the files they come from&quot; do
     Thor.subclass_files[File.expand_path(__FILE__)].must == [MyTasks::ThorTask, MyTasks::AdvancedTask, Thor::Tasks::Default, Amazing, ThorTask2]</diff>
      <filename>spec/thor_runner_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,6 +2,16 @@ require File.dirname(__FILE__) + '/spec_helper'
 require &quot;thor/util&quot;
 
 describe Thor::Util do
+  describe &quot;.constant_to_thor_path&quot; do
+    it &quot;knows how to convert class names into thor names&quot; do
+      Thor::Util.constant_to_thor_path(&quot;FooBar::BarBaz::BazBat&quot;).must == &quot;foo_bar:bar_baz:baz_bat&quot;
+    end
+    
+    it &quot;knows how to convert a thor name to a constant&quot; do
+      Thor::Util.constant_from_thor_path(&quot;my_tasks:thor_task&quot;).must == MyTasks::ThorTask
+    end
+  end
+  
   describe &quot;.snake_case&quot; do
     it &quot;preserves no-cap strings&quot; do
       Thor::Util.snake_case(&quot;foo&quot;).must == &quot;foo&quot;</diff>
      <filename>spec/util_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>00ffa3fb8c9ca4e5e705f180d1a6dc34f7008751</id>
    </parent>
  </parents>
  <author>
    <name>James Herdman</name>
    <email>james.herdman@gmail.com</email>
  </author>
  <url>http://github.com/wycats/thor/commit/c7b5642b3e76407f3300f1a027648460f4827100</url>
  <id>c7b5642b3e76407f3300f1a027648460f4827100</id>
  <committed-date>2009-01-17T13:11:52-08:00</committed-date>
  <authored-date>2009-01-17T13:11:52-08:00</authored-date>
  <message>Move a Thor::Util spec to the appropriate file</message>
  <tree>70c859653e39130912a1659cc5742a78c0f80470</tree>
  <committer>
    <name>James Herdman</name>
    <email>james.herdman@gmail.com</email>
  </committer>
</commit>
