Sha256: 953352e27b438f8d013ab6c3c89188e3d31361d8f3054735c9082d6dca13f88b
Contents?: true
Size: 345 Bytes
Versions: 6
Compression:
Stored size: 345 Bytes
Contents
# require 'autotest/fsevent' # require 'autotest/growl' Autotest.add_hook :initialize do |autotest| # Keeps me from calling something document_spec.rb # %w{.git .svn .hg .DS_Store ._* vendor tmp log doc}.each do |exception| %w{.git .svn .hg .DS_Store ._* vendor tmp log}.each do |exception| autotest.add_exception(exception) end end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
fathom-0.3.7 | .autotest |
fathom-0.3.6 | .autotest |
fathom-0.3.4 | .autotest |
fathom-0.3.3 | .autotest |
fathom-0.3.2 | .autotest |
fathom-0.3.1 | .autotest |