Skip to content

Commit

Permalink
autotest increasingly broken - clean out stuff that makes this worse
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfallshaw committed Dec 29, 2010
1 parent 375d712 commit 17b00ab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions autotest
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
%w[autotest/growl autotest/timestamp].each {|l| require l}
require 'autotest/fsevent' # must be last

Autotest::Growl::show_modified_files = true #which changes prompted the autospec run
# Ignore some dirs (speed hack)
Autotest.add_hook :initialize do |autotest|
%w[.svn .hg .git .DS_Store ._*].each {|exception| autotest.add_exception(exception)}
Expand Down

0 comments on commit 17b00ab

Please sign in to comment.