I'm hoping someone on this list will be able to help. I just updated zentest, rspec plugin and rspec_on_rails plugin, and I get the following exception when I run autotest. I realize that the -O is causing the problem, but I'm not sure how to get it not to pass it. Also, it seems strange that it is going through the Test::Unit runner, unless that is because of the recent work to get rspec compatible with Test::Unit?
<br><br>Exception below<br><br>c:\ruby\bin\ruby -rrubygems -e "require 'redgreen'" -S script/spec -O spec/spec.opts spec/controllers/coupon_controlle<br>r_spec.rb spec/models/coupon_spec.rb spec/helpers/coupon_helper_spec.rb spec/views/coupon/index.html.erb_spec.rb
<br>invalid option: -O<br>Test::Unit automatic runner.<br>Usage: -e [options] [-- untouched arguments]<br><br> -r, --runner=RUNNER Use the given RUNNER.<br> (c[onsole], f[ox], g[tk], g[tk]2, t[k])
<br> -b, --basedir=DIR Base directory of test suites.<br> -w, --workdir=DIR Working directory to run tests.<br> -a, --add=TORUN Add TORUN to the list of things to run;
<br> can be a file or a directory.<br> -p, --pattern=PATTERN Match files to collect against PATTERN.<br> -x, --exclude=PATTERN Ignore files to collect against PATTERN.
<br> -n, --name=NAME Runs tests matching NAME.<br> (patterns may be used).<br> -t, --testcase=TESTCASE Runs tests in TestCases matching TESTCASE.<br> (patterns may be used).
<br> -I, --load-path=DIR[;DIR...] Appends directory list to $LOAD_PATH.<br> -v, --verbose=[LEVEL] Set the output level (default is verbose).<br> (s[ilent], p[rogress], n[ormal], v[erbose])
<br> -- Stop processing options so that the<br> remaining options will be passed to the<br> test.<br> -h, --help Display this help.
<br><br>Deprecated options:<br> --console Console runner (use --runner).<br> --gtk GTK runner (use --runner).<br> --fox Fox runner (use --runner).
<br clear="all"><br>-- <br><a href="http://www.coreyhaines.com">http://www.coreyhaines.com</a><br>The Internet's Premiere source of information about Corey Haines