sorry, keep forgetting about the versions. Here&#39;s the gem list<br><br>ZenTest (3.8.0, 3.7.2, 3.7.1, 3.6.1)<br>redgreen (1.2.2)<br>ruby-snarl (0.0.8)<br><br>Here&#39;s the rspec plugin<br>RSpec-1.1.2 (build 20080114022430) - BDD for Ruby
<br><br>I&#39;m not totally sure how to get the version for the rspec_on_rails plugin, but I just did an update this morning.<br><br>Here&#39;s my .autotest<br><br>require &#39;redgreen/autotest&#39;<br>require &#39;Win32/Console/ANSI&#39;
<br>require &#39;autotest/snarl&#39;<br><br>$VERBOSE=false<br><br>-Corey<br><br><br><div class="gmail_quote">On Jan 19, 2008 12:47 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:41 AM, Corey Haines &lt;<a href="mailto:coreyhaines@gmail.com">
coreyhaines@gmail.com</a>&gt; wrote:<br>&gt; I&#39;m hoping someone on this list will be able to help. I just updated<br>&gt; zentest, rspec plugin and rspec_on_rails plugin<br><br></div>What versions? Please include this information when asking questions like this.
<br><div class="Ih2E3d"><br>&gt; and I get the following<br>&gt; exception when I run autotest. I realize that the -O is causing the problem,<br>&gt; but I&#39;m not sure how to get it not to pass it. Also, it seems strange that
<br>&gt; it is going through the Test::Unit runner, unless that is because of the<br>&gt; recent work to get rspec compatible with Test::Unit?<br><br></div>rspec_on_rails has always gone through test/unit, but this seems a bit
<br>odd. There were significant changes to ZenTest-3.8.0 and RSpec-1.1.2<br>in the way they interact and load files. Any chance that you have a<br>.autotest file set up? If so, what&#39;s in it?<br><div><div></div><div class="Wj3C7c">
<br>&gt;<br>&gt; Exception below<br>&gt;<br>&gt; c:\ruby\bin\ruby -rrubygems -e &quot;require &#39;redgreen&#39;&quot; &nbsp;-S script/spec -O<br>&gt; spec/spec.opts &nbsp;spec/controllers/coupon_controlle<br>&gt; r_spec.rb spec/models/coupon_spec.rb spec/helpers/coupon_helper_spec.rb
<br>&gt; spec/views/coupon/index.html.erb_spec.rb<br>&gt; invalid option: -O<br>&gt; Test::Unit automatic runner.<br>&gt; Usage: -e [options] [-- untouched arguments]<br>&gt;<br>&gt; &nbsp; &nbsp; -r, --runner=RUNNER &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Use the given RUNNER.
<br>&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, t[k])<br>&gt; &nbsp; &nbsp; -b, --basedir=DIR &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Base directory of test suites.<br>&gt; &nbsp; &nbsp; -w, --workdir=DIR &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Working directory to run tests.
<br>&gt; &nbsp; &nbsp; -a, --add=TORUN &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Add TORUN to the list of things to run;<br>&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; &nbsp; &nbsp; -p, --pattern=PATTERN &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Match files to collect against PATTERN.
<br>&gt; &nbsp; &nbsp; -x, --exclude=PATTERN &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Ignore files to collect against<br>&gt; PATTERN.<br>&gt; &nbsp; &nbsp; -n, --name=NAME &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Runs tests matching NAME.<br>&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; &nbsp; &nbsp; -t, --testcase=TESTCASE &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Runs tests in TestCases matching<br>&gt; TESTCASE.<br>&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; &nbsp; &nbsp; -I, --load-path=DIR[;DIR...] &nbsp; &nbsp; Appends directory list to $LOAD_PATH.
<br>&gt; &nbsp; &nbsp; -v, --verbose=[LEVEL] &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Set the output level (default is<br>&gt; verbose).<br>&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; v[erbose])<br>&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; &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 the<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;test.<br>&gt; &nbsp; &nbsp; -h, --help &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Display this help.<br>&gt;<br>&gt; Deprecated options:
<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; --console &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Console runner (use --runner).<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; --gtk &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;GTK runner (use --runner).<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; --fox &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Fox runner (use --runner).<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>&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></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