Sha256: fb9c0c77557914d1ddae80f267f32ba7f6ba5991cac8b1dcb7edfa9b0abc6b4d
Contents?: true
Size: 259 Bytes
Versions: 8
Compression:
Stored size: 259 Bytes
Contents
# A sample Guardfile # More info at http://github.com/guard/guard#readme guard 'rspec', :version => 2 do watch(%r|^spec/(.*)_spec.rb|) watch(%r|^lib/(.*)\.rb|) { |m| "spec/#{m[1]}_spec.rb" } watch(%r|^spec/spec_helper.rb|) { "spec" } end
Version data entries
8 entries across 8 versions & 1 rubygems
Version | Path |
---|---|
vcr-2.1.1 | Guardfile |
vcr-2.1.0 | Guardfile |
vcr-2.0.1 | Guardfile |
vcr-2.0.0 | Guardfile |
vcr-2.0.0.rc2 | Guardfile |
vcr-2.0.0.rc1 | Guardfile |
vcr-2.0.0.beta2 | Guardfile |
vcr-2.0.0.beta1 | Guardfile |