Sha256: 037b201de89136ae4ab24bef4ed796c2775b1d8838f228171462dbcc166a6bbf
Contents?: true
Size: 220 Bytes
Versions: 1
Compression:
Stored size: 220 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme guard :rspec do watch(%r{^spec/.+\.rb$}) { "spec" } watch(%r{^lib/(.+)\.rb$}) { "spec" } watch('spec/spec_helper.rb') { "spec" } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
swagger_roar-0.0.1.pre.alpha.pre.13 | Guardfile |