Sha256: a69a00873c17eb2c8958081d2f4c1deef4655a67e3a7a2604cc41a905dc6b4d2
Contents?: true
Size: 356 Bytes
Versions: 6
Compression:
Stored size: 356 Bytes
Contents
Autotest.add_hook :reset do |at| at.clear_mappings at.add_mapping(%r%^(([^/]+)/.*)\.(?:rb|rake)$%) { |filename, m| if m[2] == 'spec' filename else at.files_matching(%r%^spec\/#{Regexp.escape(m[1])}_spec.rb%) end } at.add_mapping(%r%^spec/(spec_helper|shared/.*)\.rb$%) { at.files_matching %r%^spec/.*_spec\.rb$% } end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
dump-1.0.5 | .autotest |
dump-1.0.4 | .autotest |
dump-1.0.3 | .autotest |
dump-1.0.2 | .autotest |
dump-1.0.1 | .autotest |
dump-1.0.0 | .autotest |