Okay,<br><br>If I add this to my .autospec file<br><br>class Autotest::Rspec<br><br>&nbsp; def make_test_cmd(files_to_test)<br>&nbsp;&nbsp;&nbsp; return &#39;&#39; if files_to_test.empty?<br>&nbsp;&nbsp;&nbsp; return &quot;spec #{files_to_test.keys.flatten.join(&#39; &#39;)} #{add_options_if_present}&quot;<br>
&nbsp; end<br>end<br><br>It works.<br><br>This replaces a method defined in the rspec gem in lib/autotest/rspec.rb<br><br>&nbsp; def make_test_cmd(files_to_test)<br>&nbsp;&nbsp;&nbsp; return &#39;&#39; if files_to_test.empty?<br>&nbsp;&nbsp;&nbsp; return &quot;#{ruby} -S #{files_to_test.keys.flatten.join(&#39; &#39;)} #{add_options_if_present}&quot;<br>
&nbsp; end<br><br><br>I guess I need to file a bug report?!?<br clear="all"><br>-- <br>Rick DeNatale<br><br>My blog on Ruby<br><a href="http://talklikeaduck.denhaven2.com/">http://talklikeaduck.denhaven2.com/</a><br>