Well, here&#39;s something crazy. I took them out, put them back in and it works. Of course, the redgreen coloring isn&#39;t working, but autotest seems to be. Strange.<br><br>Oh well, chalk it up to craziness on my machine (and probably in my head a bit)
<br><br>Thanks, David.<br>-Corey<br><br><div class="gmail_quote">On Jan 19, 2008 1:02 PM, David Chelimsky &lt;<a href="mailto:dchelimsky@gmail.com">dchelimsky@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Jan 19, 2008 11:54 AM, Corey Haines &lt;<a href="mailto:coreyhaines@gmail.com">coreyhaines@gmail.com</a>&gt; wrote:<br>&gt; sorry, keep forgetting about the versions. Here&#39;s the gem list<br>&gt;
<br>&gt; ZenTest (3.8.0, 3.7.2, 3.7.1, 3.6.1)<br>&gt; redgreen (1.2.2)<br>&gt; ruby-snarl (0.0.8)<br>&gt;<br>&gt; Here&#39;s the rspec plugin<br>&gt; RSpec-1.1.2 (build 20080114022430) - BDD for Ruby<br>&gt;<br>&gt; I&#39;m not totally sure how to get the version for the rspec_on_rails plugin,
<br>&gt; but I just did an update this morning.<br>&gt;<br>&gt; Here&#39;s my .autotest<br>&gt;<br>&gt; require &#39;redgreen/autotest&#39;<br>&gt; require &#39;Win32/Console/ANSI&#39;<br>&gt; require &#39;autotest/snarl&#39;
<br><br></div>I&#39;m going to guess it&#39;s related to one of these libraries. I&#39;m not in<br>a win32 environment so I&#39;m not going to be able to help you debug that<br>- but why don&#39;t you try killing these for a moment and see if
<br>everything works fine.<br><div><div></div><div class="Wj3C7c"><br>&gt;<br>&gt; $VERBOSE=false<br>&gt;<br>&gt; -Corey<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; On Jan 19, 2008 12:47 PM, David Chelimsky &lt;<a href="mailto:dchelimsky@gmail.com">
dchelimsky@gmail.com</a>&gt; wrote:<br>&gt; &gt;<br>&gt; &gt; On Jan 19, 2008 11:41 AM, Corey Haines &lt; <a href="mailto:coreyhaines@gmail.com">coreyhaines@gmail.com</a>&gt; wrote:<br>&gt; &gt; &gt; I&#39;m hoping someone on this list will be able to help. I just updated
<br>&gt; &gt; &gt; zentest, rspec plugin and rspec_on_rails plugin<br>&gt; &gt;<br>&gt; &gt; What versions? Please include this information when asking questions like<br>&gt; this.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; &gt; and I get the following
<br>&gt; &gt; &gt; exception when I run autotest. I realize that the -O is causing the<br>&gt; problem,<br>&gt; &gt; &gt; but I&#39;m not sure how to get it not to pass it. Also, it seems strange<br>&gt; that<br>&gt; &gt; &gt; it is going through the Test::Unit runner, unless that is because of the
<br>&gt; &gt; &gt; recent work to get rspec compatible with Test::Unit?<br>&gt; &gt;<br>&gt; &gt; rspec_on_rails has always gone through test/unit, but this seems a bit<br>&gt; &gt; odd. There were significant changes to 
ZenTest-3.8.0 and RSpec-1.1.2<br>&gt; &gt; in the way they interact and load files. Any chance that you have a<br>&gt; &gt; .autotest file set up? If so, what&#39;s in it?<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;
<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Exception below<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; c:\ruby\bin\ruby -rrubygems -e &quot;require &#39;redgreen&#39;&quot; &nbsp;-S script/spec -O<br>&gt; &gt; &gt; spec/spec.opts &nbsp;spec/controllers/coupon_controlle
<br>&gt; &gt; &gt; r_spec.rb spec/models/coupon_spec.rb spec/helpers/coupon_helper_spec.rb<br>&gt; &gt; &gt; spec/views/coupon/index.html.erb_spec.rb<br>&gt; &gt; &gt; invalid option: -O<br>&gt; &gt; &gt; Test::Unit automatic runner.
<br>&gt; &gt; &gt; Usage: -e [options] [-- untouched arguments]<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; &nbsp; &nbsp; -r, --runner=RUNNER &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Use the given RUNNER.<br>&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(c[onsole], f[ox], g[tk], g[tk]2,
<br>&gt; t[k])<br>&gt; &gt; &gt; &nbsp; &nbsp; -b, --basedir=DIR &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Base directory of test suites.<br>&gt; &gt; &gt; &nbsp; &nbsp; -w, --workdir=DIR &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Working directory to run tests.<br>&gt; &gt; &gt; &nbsp; &nbsp; -a, --add=TORUN &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Add TORUN to the list of things to
<br>&gt; run;<br>&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;can be a file or a directory.<br>&gt; &gt; &gt; &nbsp; &nbsp; -p, --pattern=PATTERN &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Match files to collect against<br>&gt; PATTERN.<br>&gt; &gt; &gt; &nbsp; &nbsp; -x, --exclude=PATTERN &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Ignore files to collect against
<br>&gt; &gt; &gt; PATTERN.<br>&gt; &gt; &gt; &nbsp; &nbsp; -n, --name=NAME &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Runs tests matching NAME.<br>&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(patterns may be used).<br>&gt; &gt; &gt; &nbsp; &nbsp; -t, --testcase=TESTCASE &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Runs tests in TestCases matching
<br>&gt; &gt; &gt; TESTCASE.<br>&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(patterns may be used).<br>&gt; &gt; &gt; &nbsp; &nbsp; -I, --load-path=DIR[;DIR...] &nbsp; &nbsp; Appends directory list to<br>&gt; $LOAD_PATH.<br>&gt; &gt; &gt; &nbsp; &nbsp; -v, --verbose=[LEVEL] &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Set the output level (default is
<br>&gt; &gt; &gt; verbose).<br>&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(s[ilent], p[rogress], n[ormal],<br>&gt; &gt; &gt; v[erbose])<br>&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; -- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Stop processing options so that the
<br>&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;remaining options will be passed to<br>&gt; the<br>&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;test.<br>&gt; &gt; &gt; &nbsp; &nbsp; -h, --help &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Display this help.
<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Deprecated options:<br>&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; --console &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Console runner (use --runner).<br>&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; --gtk &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;GTK runner (use --runner).
<br>&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; --fox &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Fox runner (use --runner).<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; --<br>&gt; &gt; &gt; <a href="http://www.coreyhaines.com" target="_blank">http://www.coreyhaines.com</a>
<br>&gt; &gt; &gt; The Internet&#39;s Premiere source of information about Corey Haines<br>&gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; rspec-users mailing list<br>&gt; &gt; &gt; <a href="mailto:rspec-users@rubyforge.org">
rspec-users@rubyforge.org</a><br>&gt; &gt; &gt; <a href="http://rubyforge.org/mailman/listinfo/rspec-users" target="_blank">http://rubyforge.org/mailman/listinfo/rspec-users</a><br>&gt; &gt; &gt;<br>&gt; &gt; _______________________________________________
<br>&gt; &gt; rspec-users mailing list<br>&gt; &gt; <a href="mailto:rspec-users@rubyforge.org">rspec-users@rubyforge.org</a><br>&gt; &gt; <a href="http://rubyforge.org/mailman/listinfo/rspec-users" target="_blank">http://rubyforge.org/mailman/listinfo/rspec-users
</a><br>&gt; &gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; --<br>&gt;<br>&gt;<br>&gt; <a href="http://www.coreyhaines.com" target="_blank">http://www.coreyhaines.com</a><br>&gt; The Internet&#39;s Premiere source of information about Corey Haines
<br></div></div>&gt; _______________________________________________<br><div><div></div><div class="Wj3C7c">&gt; rspec-users mailing list<br>&gt; <a href="mailto:rspec-users@rubyforge.org">rspec-users@rubyforge.org</a><br>
&gt; <a href="http://rubyforge.org/mailman/listinfo/rspec-users" target="_blank">http://rubyforge.org/mailman/listinfo/rspec-users</a><br>&gt;<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></div></div>
</blockquote></div><br><br clear="all"><br>-- <br><a href="http://www.coreyhaines.com">http://www.coreyhaines.com</a><br>The Internet&#39;s Premiere source of information about Corey Haines