Sha256: 305804a7f123b12cd775be0b5ed58df3ebd489ee96543ed06b34c233d1262e1a
Contents?: true
Size: 361 Bytes
Versions: 52
Compression:
Stored size: 361 Bytes
Contents
Autotest.add_hook :initialize do |at| at.clear_mappings at.add_exception(/\.git/) at.add_exception(/spec\/sandbox/) 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
52 entries across 52 versions & 3 rubygems