Sha256: 6010476296f4941780c3a19eae8802db40d3307cc62c0ce709cfc9b5181cd90a
Contents?: true
Size: 368 Bytes
Versions: 13
Compression:
Stored size: 368 Bytes
Contents
require 'autotest/growl' Autotest.add_hook(:initialize) {|at| at.add_exception %r{^\.git} # ignore Version Control System at.add_exception %r{^./tmp} # ignore temp files, lest autotest will run again, and again... # at.clear_mappings # take out the default (test/test*rb) at.add_mapping(%r{^lib/.*\.rb$}) {|f, _| Dir['spec/**/*.rb'] } nil }
Version data entries
13 entries across 13 versions & 1 rubygems