I am LOVING autotest for Rails.
First, install ZenTest (sudo gem install zentest). Then go into your rails directory and run “autotest -rails”.
Then, whenever you make a change to any files, the appropriate tests get ran automatically.
It’s AWESOME.
by Mr. Van Dyk
I am LOVING autotest for Rails.
First, install ZenTest (sudo gem install zentest). Then go into your rails directory and run “autotest -rails”.
Then, whenever you make a change to any files, the appropriate tests get ran automatically.
It’s AWESOME.
Sorry, comments are closed for this article.