Sha256: 655b4733d7b133d3ab1049d59472bbfba317c59233ad4e811195fd6e351368d3
Contents?: true
Size: 213 Bytes
Versions: 4
Compression:
Stored size: 213 Bytes
Contents
Autotest.add_hook :initialize do |at| at.add_exception ".git" at.add_mapping(%r{^lib/(.*)\.rb$}, :prepend) do |_, match| ["spec/unit/#{match[1]}_spec.rb"] + Dir['spec/clamp/command*_spec.rb'] end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
clamp-0.6.3 | .autotest |
clamp-0.6.2 | .autotest |
clamp-0.6.1 | .autotest |
clamp-0.6.0 | .autotest |