Sha256: 762396eb8c381c3e6b1ec75acc958a0c1cc417eaf0be75fda3860c30d8d2f6d8
Contents?: true
Size: 259 Bytes
Versions: 4
Compression:
Stored size: 259 Bytes
Contents
guard 'rspec', :cli => '--format documentation' do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec/" } end guard 'rake', task: 'benchmark' do watch(/benchmarks\/*/) end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
punchblock-2.0.1 | Guardfile |
punchblock-2.0.0 | Guardfile |
punchblock-2.0.0.beta2 | Guardfile |
punchblock-2.0.0.beta1 | Guardfile |