Skip to content

Instantly share code, notes, and snippets.

@Rafe
Created March 20, 2012 02:58
Show Gist options
  • Save Rafe/2130548 to your computer and use it in GitHub Desktop.
Save Rafe/2130548 to your computer and use it in GitHub Desktop.
Autotest
require "autotest/growl"
require "autotest/fsevent"
RSPEC=true
group :test do
gem "rspec", "~> 2.1.0"
gem "ZenTest"
gem "autotest-growl"
gem "autotest-fsevent"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment