TeaWithStrangers/tws-on-rails

View on GitHub
.autotest

Summary

Maintainability
Test Coverage
require 'autotest/fsevent'
require 'autotest/growl'

Autotest.add_hook :initialize do |autotest|
  %w{.git .svn .hg .DS_Store ._* vendor tmp log doc}.each do |exception|
    autotest.add_exception(exception)
  end
end