Hi,<div><br></div><div>I have just been having the same problem on windows using autotest and/or rspec_autotest</div><div>I have successfully moved to rspec and rspec on rails 1.1.3 &nbsp;ZenTest 3.9.2&nbsp;</div><div><br></div><div>
So if you were on windows the fix in case you still may need it is&nbsp;here</div><div><span class="Apple-style-span" style="font-family: &#39;Lucida Grande&#39;; font-size: 12px; white-space: pre; "><a href="http://rspec.lighthouseapp.com/projects/5645/tickets/80-15670-win32-autotest-colour-script-rspec-win32console-no-output">http://rspec.lighthouseapp.com/projects/5645/tickets/80-15670-win32-autotest-colour-script-rspec-win32console-no-output</a></span><br>
</div><div><span class="Apple-style-span" style="font-family: &#39;Lucida Grande&#39;; font-size: 12px; white-space: pre;">&gt; gem update win32console</span></div><div><span class="Apple-style-span" style="font-family: &#39;Lucida Grande&#39;; font-size: 12px; white-space: pre;">add a require &#39;win32console&#39; to the .autotest in your rails app root </span></div>
<div><span class="Apple-style-span" style="font-family: &#39;Lucida Grande&#39;; font-size: 12px; white-space: pre;">and you can (re-)enable --colour in your spec/spec.opts file (the cause of the problem)</span></div><div>
<span class="Apple-style-span" style="font-family: &#39;Lucida Grande&#39;; font-size: 12px; white-space: pre;"><br></span></div><div><span class="Apple-style-span" style="font-family: &#39;Lucida Grande&#39;; font-size: 12px; white-space: pre;">I was having a similar problem on mac leopard but this was using rspec_autotest but</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;Lucida Grande&#39;; font-size: 12px; white-space: pre;">i just ditched it and moved to autotest (and today rspactor ).</span></div><div><span class="Apple-style-span" style="font-family: &#39;Lucida Grande&#39;; font-size: 12px; white-space: pre;"><br>
</span></div><div><span class="Apple-style-span" style="font-family: &#39;Lucida Grande&#39;; font-size: 12px; white-space: pre;">hth</span></div><div><span class="Apple-style-span" style="font-family: &#39;Lucida Grande&#39;; font-size: 12px; white-space: pre;"><br>
</span></div><div><span class="Apple-style-span" style="font-family: &#39;Lucida Grande&#39;; font-size: 12px; white-space: pre;">sinclair</span></div><div><br><div class="gmail_quote">On Fri, Feb 8, 2008 at 6:46 PM, Terry Shuttleworth &lt;<a href="mailto:lists@ruby-forum.com">lists@ruby-forum.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi there<br>
<br>
Have upgraded to Rspec 1.1.3 and ZenTest 3.9.1 and have --force<br>
re-installed rspec plugin in the relevant place, but am getting the<br>
following when I run rake spec:autotest<br>
<br>
spec --diff unified test/test_helper.rb<br>
<br>
and not<br>
<br>
spec --diff unified &lt;humungous list of lovingly crafted rspec tests&gt;<br>
<br>
Have tried looking in the plugin codes and in the ZenTest gem code, but<br>
I can&#39;t find what I need to change to get it to look for my rspec tests<br>
rather than look at test/test_helper.rb<br>
<br>
Have spent the past couple of hours googling around to find an answer,<br>
but to no avail.<br>
<br>
Can anyone please point me in the right direction ?<br>
<br>
Thanks in advance !<br>
<br>
Terry<br>
<br>
(I know about the &quot;script/spec&quot; edit that I have to make so that the<br>
&quot;spec --diff unified&quot; command works. Have reinstalled rspec this so many<br>
times tonight that I can&#39;t remember if I did it in the last<br>
incarnation!)<br>
<font color="#888888">--<br>
Posted via <a href="http://www.ruby-forum.com/" target="_blank">http://www.ruby-forum.com/</a>.<br>
_______________________________________________<br>
rspec-users mailing list<br>
<a href="mailto:rspec-users@rubyforge.org">rspec-users@rubyforge.org</a><br>
<a href="http://rubyforge.org/mailman/listinfo/rspec-users" target="_blank">http://rubyforge.org/mailman/listinfo/rspec-users</a><br>
</font></blockquote></div><br><br clear="all"><br>-- <br><br><br>Cheers!<br>sinclair
</div>