Sha256: 89547da1d61cda307e1fdf5d632e5c27b3f6fc6288a460260b83ac831f38a0d4
Contents?: true
Size: 238 Bytes
Versions: 2
Compression:
Stored size: 238 Bytes
Contents
guard 'rake', task: 'spec' do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/.+\.rb$}) watch('spec/spec_helper.rb') watch('spec/fixtures/.+$') end guard 'rake', task: 'integration' do watch(%r{^spec/integration/.+_spec\.rb$}) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
alephant-preview-0.6.1 | Guardfile |
alephant-preview-0.6.0 | Guardfile |