Sha256: b9948ffea583f01c325ddb376a7cc495d4d11c2dbd62e465828c2ad8b79d2868

Contents?: true

Size: 242 Bytes

Versions: 6

Compression:

Stored size: 242 Bytes

Contents

guard 'bundler' do
  watch('Gemfile')
end

guard 'minitest' do
  watch(%r|^test/unit/test_(.*)\.rb|)
  watch(%r|^lib/*\.rb|){'test'}
  watch(%r{^lib/.*/([^/]+)\.rb$}){|m| "test/unit/test_#{m[1]}.rb"}
  watch(%r|^test/helper\.rb|){'test'}
end

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
wasserstand-0.0.11 Guardfile
wasserstand-0.0.10 Guardfile
wasserstand-0.0.9 Guardfile
enumstats-0.0.3 Guardfile
hms-0.0.3 Guardfile
hms-0.0.2 Guardfile