Sha256: f5c570d3683c5352d4212e365b827e3a223510cd9b2d178605264c3d403cf693
Contents?: true
Size: 212 Bytes
Versions: 4
Compression:
Stored size: 212 Bytes
Contents
guard :minitest do # with Minitest::Unit watch(%r{^test/(.*)\/?(.*)_test\.rb$}) watch(%r{^lib/(.*/)?([^/]+)\.rb$}) { |m| "test/#{m[2]}_test.rb" } watch(%r{^test/test_helper\.rb$}) { 'test' } end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
pups-1.0.3 | Guardfile |
pups-1.0.2 | Guardfile |
pups-1.0.1 | Guardfile |
pups-1.0.0 | Guardfile |