Sha256: 1f902014efa94010c43a9947b7ddd3552e9bcf9c332fb508a7990cb36c963583
Contents?: true
Size: 157 Bytes
Versions: 6
Compression:
Stored size: 157 Bytes
Contents
guard :rspec do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } end
Version data entries
6 entries across 6 versions & 2 rubygems
Version | Path |
---|---|
warp-1.3.2 | Guardfile |
warp-1.3.1 | Guardfile |
warp-1.3.0 | Guardfile |
warp-1.2.3 | Guardfile |
warp-1.2.2 | Guardfile |
tannenbaum-0.0.1 | Guardfile |