Skip to content

Instantly share code, notes, and snippets.

@4ndrej
Last active December 14, 2015 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 4ndrej/5051642 to your computer and use it in GitHub Desktop.
Save 4ndrej/5051642 to your computer and use it in GitHub Desktop.
autotest + redgreen + growl
# prepare for autotest + redgreen + growl
yum install libffi-devel
cat <<EOT >> Gemfile
group :test do
gem 'autotest'
gem 'autotest-growl'
gem 'autotest-fsevent'
gem 'redgreen'
end
EOT
cat <<EOT > ~/.autotest
require "autotest/growl"
require "autotest/fsevent"
require "autotest/restart"
require "redgreen/autotest"
EOT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment