Sha256: 0a1d8e6af95b020b9d1df9b2be0378fd3d7056d549f5d2ede1062512a3ce4125

Contents?: true

Size: 282 Bytes

Versions: 71

Compression:

Stored size: 282 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/volt/(.+)\.rb$})     { |m| puts 'RUN AGAIN'; "spec/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { 'spec' }
end

Version data entries

71 entries across 71 versions & 1 rubygems

Version Path
volt-0.9.7.pre8 Guardfile
volt-0.9.7.pre7 Guardfile
volt-0.9.7.pre6 Guardfile
volt-0.9.7.pre5 Guardfile
volt-0.9.7.pre3 Guardfile
volt-0.9.7.pre2 Guardfile
volt-0.9.6 Guardfile
volt-0.9.6.pre3 Guardfile
volt-0.9.6.pre2 Guardfile
volt-0.9.6.pre1 Guardfile
volt-0.9.5 Guardfile
volt-0.9.5.pre12 Guardfile
volt-0.9.5.pre11 Guardfile
volt-0.9.5.pre9 Guardfile
volt-0.9.5.pre8 Guardfile
volt-0.9.5.pre7 Guardfile
volt-0.9.5.pre6 Guardfile
volt-0.9.5.pre5 Guardfile
volt-0.9.5.pre4 Guardfile
volt-0.9.5.pre3 Guardfile