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