Sha256: b1be40514d14ebe33ec3c3cd1d4ffe66748beed12bb96548ad4795b2c0a790c6
Contents?: true
Size: 379 Bytes
Versions: 20
Compression:
Stored size: 379 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/**/*_spec.rb'] } nil } # vim: set syntax=ruby ft=ruby:
Version data entries
20 entries across 20 versions & 1 rubygems