Skip to content

Instantly share code, notes, and snippets.

@ehutzelman
Created May 15, 2011 22:14
Show Gist options
  • Select an option

  • Save ehutzelman/973605 to your computer and use it in GitHub Desktop.

Select an option

Save ehutzelman/973605 to your computer and use it in GitHub Desktop.
rails 3 autotest
Gemfile:
group :development, :test do
gem 'autotest-standalone', :require => 'autotest'
gem 'autotest-rails-pure'
gem 'turn'
end
.autotest:
require 'turn'
# fsevent should be LAST require
require 'autotest/fsevent'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment