Sha256: efefc9a35c0a9a6279d1453abf236dde496ace1a163e568ba6d6452dce9a4bcd

Contents?: true

Size: 203 Bytes

Versions: 12

Compression:

Stored size: 203 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme

guard :test do
  watch(%r{^lib/*/(.+)\.rb$}) {'test'}
  watch(%r{^test/.+_test\.rb$})
  watch('test/helper.rb')  { "test" }
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
parse_p1-0.1.3 Guardfile
parse_p1-0.1.2 Guardfile
parse_p1-0.1.1 Guardfile
parse_p1-0.1.0 Guardfile
parse_p1-0.0.9 Guardfile
parse_p1-0.0.8 Guardfile
parse_p1-0.0.7 Guardfile
parse_p1-0.0.6 Guardfile
parse_p1-0.0.5 Guardfile
parse_p1-0.0.4 Guardfile
parse_p1-0.0.3 Guardfile
parse_p1-0.0.2 Guardfile