1 require 'autotest/redgreen'
3 Autotest.add_hook :initialize do |at|
4 ignore = %w{.git www public log CHANGELOG INSTALL LICENSE README TODO}
5 unless ENV['AUTOTEST'] == 'integration'
6 ignore << 'spec/integration'
9 ignore.each do |exception|
10 at.add_exception(exception)