Sha256: 5b9941c7e31a9dfd1d23cc9c031146a624e5ec04e2ff9785d22713a63697e9b3

Contents?: true

Size: 197 Bytes

Versions: 5

Compression:

Stored size: 197 Bytes

Contents

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

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

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
simonjefford-simplenote-0.1.0 .autotest
jugyo-simplenote-0.1.0 .autotest
simplenote-0.2.1 .autotest
simplenote-0.2.0 .autotest
simplenote-0.1.0 .autotest