Sha256: ebfce220eb4323c515973b573e70ca9c8aacd15a191b1e9b9ec27d10122b40bd

Contents?: true

Size: 324 Bytes

Versions: 6

Compression:

Stored size: 324 Bytes

Contents

Autotest.add_hook :initialize do |at|
  at.clear_mappings
  at.add_exception(/\.git/)
  at.add_mapping(%r{^spec/.*_spec}) {|filename,_| at.files_matching %r{#{filename}}}
  at.add_mapping(%r{^bin/thor}) {|_,_| at.files_matching %r{spec/thor_runner_spec}}
  at.add_mapping(%r{}) {|_,_| at.files_matching %r{spec/.*_spec}}
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sproutit-sproutcore-1.0.0.20090408130025 lib/thor/.autotest
sproutit-sproutcore-1.0.0.20090416161445 lib/thor/.autotest
sproutit-sproutcore-1.0.0.20090720093355 lib/thor/.autotest
sproutit-sproutcore-1.0.0.20090720202429 lib/thor/.autotest
sproutit-sproutcore-1.0.0.20090721125122 lib/thor/.autotest
sproutit-sproutcore-1.0.126 lib/thor/.autotest