Sha256: f19b411668c36a641e0dccedb85327415aca2b45d556d955b3fa610b30be0512
Contents?: true
Size: 236 Bytes
Versions: 23
Compression:
Stored size: 236 Bytes
Contents
require 'autotest/bundler' Autotest.add_hook :initialize do |autotest| %w{.git .DS_Store ._* vendor tmp email cucumber_test_app}.each do |exception| autotest.add_exception(exception) end end Autotest.add_discovery { "rspec2" }
Version data entries
23 entries across 23 versions & 2 rubygems