Sha256: 619b16495485a34cd6770cc22bcd8f1a1bab1667b8c8130ac473dd57f30735e0
Contents?: true
Size: 298 Bytes
Versions: 3
Compression:
Stored size: 298 Bytes
Contents
begin require 'autotest/fsevent' rescue LoadError end Autotest.add_hook :initialize do |at| at.add_exception /^(?:\.\/)?\.git/ at.add_exception /^(?:\.\/)?\.bundle/ at.add_exception /^(?:\.\/)?tmp/ at.add_mapping(/^.autotest$/,true) { |_,_| Dir["spec/**/*_spec.rb"] } nil end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
catwalk-0.0.3 | .autotest |
catwalk-0.0.2 | .autotest |
catwalk-0.0.1 | .autotest |