Sha256: 40e8b8fa7d271eb23e543f6b3d9a661e91ec1bfa44ec6f0fd8aa72a1cc871866
Contents?: true
Size: 223 Bytes
Versions: 6
Compression:
Stored size: 223 Bytes
Contents
guard :minitest do # with Minitest::Unit watch(%r{^test/(.*)\/?test_(.*)\.rb$}) { |s| s } watch(%r{^lib/(.*/)?([^/]+)\.rb$}) { |m| "test/test_#{m[2]}.rb" } watch(%r{^test/test_helper\.rb$}) { 'test' } end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
flamegraph-0.9.5 | Guardfile |
flamegraph-0.1.0 | Guardfile |
flamegraph-0.0.9 | Guardfile |
flamegraph-0.0.8 | Guardfile |
flamegraph-0.0.7 | Guardfile |
flamegraph-0.0.6 | Guardfile |