Skip to content

Commit

Permalink
minor: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfallshaw committed Apr 11, 2010
1 parent af895d9 commit c545a12
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions autotest
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
%w[autotest/growl autotest/timestamp].each {|l| require l}
require 'autotest-fsevent' # must be last
require 'redgreen/autotest'
%w[autotest/growl autotest/timestamp redgreen/autotest].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)
Expand Down

0 comments on commit c545a12

Please sign in to comment.