Sha256: 509ca11daab177a72605eefc81a3f9db1f77af04e2269fee3c656f1dec801315
Contents?: true
Size: 188 Bytes
Versions: 2
Compression:
Stored size: 188 Bytes
Contents
guard :rspec do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/adhearsion_cpa/(.+)\.rb$}) { |m| "spec/adhearsion_cpa/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
adhearsion_cpa-0.1.1 | Guardfile |
adhearsion_cpa-0.1.0 | Guardfile |