Max_f_normal by @andresmax 8 months ago

[HowTo] Autotest for mac os x


Adding rails autotest to your mac is simple (works for shoulda too!)

gem install ZenTest
gem install autotest-rails
gem install redgreen

next, create a file ~/.autotest with the following in it

require “redgreen/autotest”
require “autotest/growl”
require “autotest/fsevent”

and you’re done. Next just run autotest inside the app folder you’re working on and your good to go, with growl notifications and all!

Enjoy



You must be signed in to comment, Click here to Sign in or Bttn_twitter_login