All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.nokogiri-1.6.6.2-java..autotest Maven / Gradle / Ivy

There is a newer version: 1.3_1.8.7
Show newest version
# -*- ruby -*-

begin
  require 'autotest/fsevent'
rescue LoadError
end

Autotest.add_hook :initialize do |at|
  at.add_exception /bundle$/
  at.add_exception /\.git/
end

Autotest.add_hook :run_command do |at|
  at.unit_diff = 'cat'
  if ENV['ONENINE']
    system "rake1.9 compile"
  else
    system "rake compile"
  end
end

Autotest.add_hook :ran_command do |at|
  File.open('/tmp/autotest.txt', 'wb') { |f|
    f.write(at.results.join)
  }
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy