<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -10,10 +10,12 @@ describe Rush::Shell do
 		@shell.path_parts(&quot;dir['app&quot;).should == [ &quot;dir&quot;, &quot;[&quot;, &quot;'&quot;, &quot;app&quot;, &quot;&quot; ]
 		@shell.path_parts('dir/&quot;app').should == [ &quot;dir&quot;, &quot;/&quot;, '&quot;', &quot;app&quot;, &quot;&quot; ]
 	end
+
 	it &quot;matches open path commands on globals for readline tab completion&quot; do
 		@shell.path_parts(&quot;$dir['app&quot;).should == [ &quot;$dir&quot;, &quot;[&quot;, &quot;'&quot;, &quot;app&quot;, &quot;&quot; ]
 		@shell.path_parts('$dir/&quot;app').should == [ &quot;$dir&quot;, &quot;/&quot;, '&quot;', &quot;app&quot;, &quot;&quot; ]
 	end
+
 	it &quot;matches open path commands on instance vars for readline tab completion&quot; do
 		@shell.path_parts(&quot;@dir['app&quot;).should == [ &quot;@dir&quot;, &quot;[&quot;, &quot;'&quot;, &quot;app&quot;, &quot;&quot; ]
 		@shell.path_parts('@dir/&quot;app').should == [ &quot;@dir&quot;, &quot;/&quot;, '&quot;', &quot;app&quot;, &quot;&quot; ]</diff>
      <filename>spec/shell_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3e675fc8eb2684cb9a5bd0593a01edbc1d02ec5e</id>
    </parent>
  </parents>
  <author>
    <name>Martin Kuehl</name>
    <email>martin.kuehl@gmail.com</email>
  </author>
  <url>http://github.com/adamwiggins/rush/commit/574e3802afb84e95a1acfdb59a342a1fedcc3151</url>
  <id>574e3802afb84e95a1acfdb59a342a1fedcc3151</id>
  <committed-date>2009-01-22T05:35:08-08:00</committed-date>
  <authored-date>2009-01-22T05:35:08-08:00</authored-date>
  <message>Formatting: insert line breaks in between specs.</message>
  <tree>2405b67ebf34510abed93980f17b0d73dfe35961</tree>
  <committer>
    <name>Martin Kuehl</name>
    <email>martin.kuehl@gmail.com</email>
  </committer>
</commit>
