I'm getting the same error - I'm using Test::Unit with Shoulda for this particular project, and can't autotest because it is trying to load autotest/rails_rspec.
David Chelimsky wrote: > The only reason that I know of that this would be happening would be > that there are both a spec directory in your app and the rspec gem > somewhere on your path. I don't have a spec directory in the app, except perhaps in a plugin; and I tried uninstalling the RSpec gem. But it is still trying to load autotest/rails_rspec, and failing. > > We've introduced an autospec command since the last release just to > avoid this conflict. So one thing you might try doing is cloning the > git repo, building and installing the gem from source (see > http://github.com/dchelimsky/rspec/wikis). > Are you talking about autospec as a replacement for autotest (which wouldn't seem to help the Test::Unit autotest problem), or a rewrite of autotest/Zentest that includes separate commands for autospec (RSpec-only) and autotest (Test::Unit only)? Thanks! -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users