Skip to content

Instantly share code, notes, and snippets.

@nowhereman
Created October 26, 2009 11:44
Show Gist options
  • Save nowhereman/218603 to your computer and use it in GitHub Desktop.
Save nowhereman/218603 to your computer and use it in GitHub Desktop.
Install Autotest with notifications on Ubuntu
#!/usr/sh
#Install Autotest on Ubuntu with notifications
sudo apt-get install libnotify-bin
sudo gem install ZenTest autotest-rails autotest-notification redgreen phocus
#Run
an-install
#In ~/.autotest, add :
require 'redgreen/autotest'
#If you have errors
#Change line 167 of $GEMS_HOME/ZenTest-X.X/lib/autotest.rb from:
self.unit_diff = "unit_diff -u"
#to:
self.unit_diff = "unit_diff"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment