Sha256: c902832e36ffde7c37093d1d4ee3b52abaacdff048c36c6b308693adfa0b2e7d
Contents?: true
Size: 370 Bytes
Versions: 11
Compression:
Stored size: 370 Bytes
Contents
Autotest.add_hook :initialize do |autotest| # Check every 5 seconds # autotest.sleep = 3 # Ignore files with suffix %w{.svn .log .hg .git .erb .rhtml .png .txt .sh .project .rjs .rake .jpg .css .xml}.each { |exception| autotest.add_exception(exception) } autotest.add_mapping(/relevance\/tarantula/) do |f, _| autotest.files_matching(/^test.*rb$/) end end
Version data entries
11 entries across 11 versions & 2 rubygems