Sha256: fe428a8244622f0c460f8a1f732294f761c419c518049612267e17ae00d35bd4
Contents?: true
Size: 259 Bytes
Versions: 2
Compression:
Stored size: 259 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme guard 'minitest' do watch(%r|^test/(.*)\/?test_(.*)\.rb|) watch(%r|^lib/(.*)([^/]+)\.rb|) { |m| "test/#{m[1]}test_#{m[2]}.rb" } watch(%r|^test/test_helper\.rb|) { 'test' } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gem_bootstrap-0.2.7 | templates/Guardfile-minitest |
gem_bootstrap-0.2.6 | templates/Guardfile-minitest |