Sha256: 8d05dc8945e3b048887d7c1c6101714796c251e762fd98ffc1b8e6cab6e4b356
Contents?: true
Size: 342 Bytes
Versions: 26
Compression:
Stored size: 342 Bytes
Contents
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
26 entries across 26 versions & 2 rubygems