On Wed, Sep 17, 2008 at 11:51 AM, Dan <[EMAIL PROTECTED]> wrote: > Hello, > > I'm working on a contract that doesn't use rspec. When I try and run > autotest I get the following: > > loading autotest/rails_rspec > Autotest style autotest/rails_rspec doesn't seem to exist. Aborting. > > I uninstalled the rspec gem and don't have the rspec plugins loaded > for the project. I haven't been able to find any suggested fixes that > work.
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. 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). Let us know if that works. > > Any help would be greatly appreciated. > > Thanks, > Dan > _______________________________________________ > rspec-users mailing list > rspec-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users > _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users