Skip to content

Instantly share code, notes, and snippets.

@ddollar
Created September 14, 2010 17:54
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 ddollar/579465 to your computer and use it in GitHub Desktop.
Save ddollar/579465 to your computer and use it in GitHub Desktop.
Autotest.add_hook :initialize do |at|
# Gemfile.lock is causing cucumber to run infinitely. Don't watch it.
at.add_exception(%r{^\./Gemfile.lock})
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment