Sha256: 843c37e1301a03076cd7fc8a5b3ae16f19b4cb21f6467b910768de6a342718e7

Contents?: true

Size: 298 Bytes

Versions: 1

Compression:

Stored size: 298 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%^dataprocessing/pipeline(/stages)?/(.*).rb$%, true) do |filename, _|
    ['test/test_pipeline.rb', 'test/test_stages.rb']
  end   

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stages-0.0.1 .autotest