I found the solution here: http://blog.davidchelimsky.net/category/autotest/
--
As of beta.4, you’ll have to do add this configuration manually. Just
create an autotest directory in the root of your project, put the
following statement in ./autotest/discover.rb:
Autotest.add_discovery { "rspec2" }
The final 2.0.0 release will include a generator (even for non-rails
projects) that will add this for you.
--
$ AUTOFEATURE=false autotest
(Not running features. To run features in autotest, set
AUTOFEATURE=true.)
loading autotest/rspec2
style: Rspec2
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users