Sha256: 0e15c7f25db23b323a7b026e7f885c21202838f76723c7a1bad79aa93aac42b1

Contents?: true

Size: 262 Bytes

Versions: 3

Compression:

Stored size: 262 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
adhearsion-reporter-2.3.1 Guardfile
adhearsion-reporter-2.3.0 Guardfile
adhearsion-reporter-2.2.0 Guardfile