Sha256: 6a3f0718e91030b0d87a7ede08130b57f031d046e9191ff47bb424f31ccffa23

Contents?: true

Size: 280 Bytes

Versions: 10

Compression:

Stored size: 280 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', run_on_start: false do
  watch(/benchmarks\/*/)
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
punchblock-2.4.2 Guardfile
punchblock-2.4.0 Guardfile
punchblock-2.3.1 Guardfile
punchblock-2.3.0 Guardfile
punchblock-2.2.2 Guardfile
punchblock-2.2.1 Guardfile
punchblock-2.2.0 Guardfile
punchblock-2.1.1 Guardfile
punchblock-2.1.0 Guardfile
punchblock-2.0.2 Guardfile