Skip to content

Commit

Permalink
redgreen gem seems to kill autotest: http://mettadore.com/ruby/redgre…
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfallshaw committed Apr 17, 2010
1 parent 9158049 commit 5dc4a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%w[autotest/growl autotest/timestamp redgreen/autotest].each {|l| require l}
%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
Expand Down

0 comments on commit 5dc4a7f

Please sign in to comment.