Sha256: 7c54fbac8cc246641d13a83a1beba63636bec3b1715682cad389bf059d19acc9

Contents?: true

Size: 335 Bytes

Versions: 9

Compression:

Stored size: 335 Bytes

Contents

group 'rspec' do
  guard 'rspec', cmd: 'bundle exec rspec' do
    watch(%r{^spec/.+_spec\.rb$})
    watch(%r{^lib/(.+)\.rb$})     { |m| "spec/#{m[1]}_spec.rb" }
    watch('spec/spec_helper.rb')  { "spec/" }
  end
end

group 'benchmarks' do
  guard 'rake', task: 'benchmark', run_on_start: false do
    watch(/benchmarks\/*/)
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
punchblock-2.7.5 Guardfile
punchblock-2.7.3 Guardfile
punchblock-2.7.2 Guardfile
punchblock-2.7.1 Guardfile
punchblock-2.7.0 Guardfile
punchblock-2.6.0 Guardfile
punchblock-2.5.3 Guardfile
punchblock-2.5.2 Guardfile
punchblock-2.5.1 Guardfile