Sha256: cb96db895702b2e2417f9d37c5e3dd8aff5b2985911ea38db6e769b18ce14f2a
Contents?: true
Size: 236 Bytes
Versions: 5
Compression:
Stored size: 236 Bytes
Contents
require 'autotest/growl' Autotest::Growl::show_modified_files = true #which changes prompted the autospec run Autotest.add_hook :initialize do |at| %w{.git .svn .hg .DS_Store ._* log}.each {|exception|at.add_exception(exception)} end
Version data entries
5 entries across 5 versions & 1 rubygems