Sha256: e330e76158d196363971804d5fcbf69f6f92646f017b338587c8f4b39060c6e5

Contents?: true

Size: 329 Bytes

Versions: 38

Compression:

Stored size: 329 Bytes

Contents

Autotest.add_hook :initialize do |at|
  at.clear_mappings

  at.add_mapping %r%^lib/(.*)\.rb$% do |_, m|
    at.files_matching %r%^test/#{m[1]}_test.rb$%
  end

  at.add_mapping(%r%^test/.*\.rb$%) {|filename, _| filename }

  at.add_mapping %r%^test/fixtures/(.*)s.yml% do |_, _|
    at.files_matching %r%^test/.*\.rb$%
  end
end

Version data entries

38 entries across 38 versions & 9 rubygems

Version Path
graticule-2.7.2 .autotest
graticule-2.7.1 .autotest
graticule-2.7.0 .autotest
graticule-2.6.0 .autotest
graticule-2.5.0 .autotest
collectiveidea-awesome_nested_set-1.2.0 .autotest
collectiveidea-awesome_nested_set-1.3.0 .autotest
collectiveidea-awesome_nested_set-1.4.0 .autotest
collectiveidea-awesome_nested_set-1.4.1 .autotest
collectiveidea-awesome_nested_set-1.4.2 .autotest
graticule-2.4.0 .autotest
nested_set-1.7.1 .autotest
nested_set-1.7.0 .autotest
nested_set-1.6.8 .autotest
nested_set-1.6.7 .autotest
nested_set-1.6.6 .autotest
nested_set-1.6.5 .autotest
awesome_nested_set-1.4.4 .autotest
nested_set-1.6.4 .autotest
nested_set-1.6.3 .autotest