Sha256: b6467043ab007d2cd26f55fb54d608415a938f121ef0afb713ebb7a9fa06cd68

Contents?: true

Size: 238 Bytes

Versions: 5

Compression:

Stored size: 238 Bytes

Contents

# 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

5 entries across 5 versions & 1 rubygems

Version Path
gem_bootstrap-0.3.2 templates/Guardfile-minitest
gem_bootstrap-0.3.1 templates/Guardfile-minitest
gem_bootstrap-0.3.0 templates/Guardfile-minitest
gem_bootstrap-0.2.9 templates/Guardfile-minitest
gem_bootstrap-0.2.8 templates/Guardfile-minitest