Sha256: c3a51b224b46df7d0884b0fe3edb2919d513bd39af8bd0ebf068e3a1a5d8554e

Contents?: true

Size: 266 Bytes

Versions: 3

Compression:

Stored size: 266 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" }
  watch(%r|^test/test_helper\.rb|)    { "test" }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
batsd-dash-0.5.0 Guardfile
batsd-dash-0.3.1 Guardfile
batsd-dash-0.3.0 Guardfile