Sha256: 8fe170d221da62099d9d51f74cda4f753d201085df852a322beb93f66058a868

Contents?: true

Size: 259 Bytes

Versions: 3

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

3 entries across 3 versions & 1 rubygems

Version Path
gem_bootstrap-0.2.5 templates/Guardfile-minitest
gem_bootstrap-0.2.4 templates/Guardfile-minitest
gem_bootstrap-0.2.3 templates/Guardfile-minitest