Sha256: 613ceca24939fffd9245de41aedc99bdab4686d3e5ce815618b0f4c6691605af
Contents?: true
Size: 283 Bytes
Versions: 3
Compression:
Stored size: 283 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme guard 'minitest' do # with Minitest::Unit 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gem_bootstrap-0.2.2 | templates/Guardfile |
gem_bootstrap-0.2.1 | templates/Guardfile |
gem_bootstrap-0.2.0 | templates/Guardfile |