Sha256: b0a620bd203f7b5b4aa8b92e835963b0ee26f6dbe50d2b3b028027765016e8b3

Contents?: true

Size: 232 Bytes

Versions: 12

Compression:

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
alula-0.4.10 Guardfile
alula-0.4.9 Guardfile
alula-0.4.8 Guardfile
alula-0.4.7 Guardfile
alula-0.4.6 Guardfile
alula-0.4.5 Guardfile
alula-0.4.4 Guardfile
alula-0.4.3 Guardfile
alula-0.4.2 Guardfile
alula-0.4.1 Guardfile
alula-0.4.0 Guardfile
alula-0.4.0b Guardfile