Sha256: 123483ddbcc9a9068c0431066f6ecf95c557ca160b77da04b774ec20599c2597
Contents?: true
Size: 398 Bytes
Versions: 19
Compression:
Stored size: 398 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', 'test/test_syntax.rb'] end at.add_mapping(%r%^lib/sugar.rb$%, true) do |filename, _| ['test/test_syntax.rb'] end end
Version data entries
19 entries across 19 versions & 1 rubygems