Sha256: bf2b6c75180fff3389a723951f8aece1da2009fcd6c350462ba2d5175ccee1dc
Contents?: true
Size: 278 Bytes
Versions: 9
Compression:
Stored size: 278 Bytes
Contents
Autotest.add_hook(:initialize) do |at| %w{.git .svn .hg .swp .DS_Store ._* tmp}.each do |exception| at.add_exception(exception) end at.add_mapping(%r%^lib(/stages)?/(.*).rb$%, true) do |filename, _| ['test/test_pipeline.rb', 'test/test_stages.rb'] end end
Version data entries
9 entries across 9 versions & 1 rubygems