Sha256: 825844058caa153709bfb26ee29e62aa8593a21989394c4e1e54b6c702daa2a4
Contents?: true
Size: 309 Bytes
Versions: 4
Compression:
Stored size: 309 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme guard :test do watch(%r{^test/.+_test\.rb$}) watch('test/test_helper.rb') { "test" } watch(%r{^app/models/(.+)\.rb$}) { |m| "test/#{m[1]}_test.rb" } watch(%r{^app/validators/(.+)\.rb$}) { |m| "test/#{m[1]}_test.rb" } end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
common_validators-1.0.2 | Guardfile |
attr_enum_accessor-1.0.0 | Guardfile |
common_validators-1.0.1 | Guardfile |
common_validators-1.0.0 | Guardfile |