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

Version Path
codez-tarantula-0.5.5 .autotest
codez-tarantula-0.5.4 .autotest
codez-tarantula-0.5.3 .autotest
codez-tarantula-0.5.1 .autotest
codez-tarantula-0.5.0 .autotest
tarantula-0.5.1 .autotest
tarantula-0.5.0 .autotest
tarantula-0.4.3 .autotest
tarantula-0.4.2 .autotest
tarantula-0.4.1 .autotest
tarantula-0.4.0 .autotest