According to David Chalimsky, when you upgrade to autotest 3.6.0 with rspec 1.0.3+, you'll need to run the following in your rails project:
script/generate rspec
For non-rails projects, it should run fine out of the box.
According to David Chalimsky, when you upgrade to autotest 3.6.0 with rspec 1.0.3+, you'll need to run the following in your rails project:
script/generate rspec
For non-rails projects, it should run fine out of the box.
This page contains a single entry by zenspider published on May 26, 2007 1:39 PM.
ZenTest version 3.6.0 has been released! was the previous entry in this blog.
autotest/rspec/rubygems problems is the next entry in this blog.
Find recent content on the main index or look in the archives to find all content.
FYI - This is not specific to integrating with autotest. This is part of the procedure any time that you upgrade to a new version of rspeconrails. If you already have 1.0.3 installed and you install ZenTest 3.6.0, autotest will do the right thing.