Sha256: 148fc83194f6e3f6dc2f0aa7e9066903fd75973aaccfba53079b11a9ebacbd97
Contents?: true
Size: 197 Bytes
Versions: 14
Compression:
Stored size: 197 Bytes
Contents
require "autotest/rails_rspec" Autotest.add_hook :initialize do |autotest| %w{.git .svn .hg .DS_Store ._* vendor tmp log doc}.each do |exception| autotest.add_exception(exception) end end
Version data entries
14 entries across 14 versions & 1 rubygems