Sha256: 8aba9bc51a990995ec2163b1b25d3ff909ef97debb76efd35a7c306f1af01d19

Contents?: true

Size: 190 Bytes

Versions: 22

Compression:

Stored size: 190 Bytes

Contents

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

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
maid-0.10.0.pre.alpha.1 Guardfile
maid-0.9.0.alpha.2 Guardfile
maid-0.9.0.alpha.1 Guardfile
maid-0.8.0.alpha.4 Guardfile
maid-0.8.0.alpha.3 Guardfile
maid-0.8.0.alpha.2 Guardfile
maid-0.8.0.alpha.1 Guardfile
maid-0.7.0 Guardfile
maid-0.7.0.beta.1 Guardfile
maid-0.7.0.alpha.4 Guardfile
maid-0.7.0.alpha.2 Guardfile
maid-0.7.0.alpha.1 Guardfile
maid-0.6.1 Guardfile
maid-0.6.1.alpha.1 Guardfile
maid-0.6.0 Guardfile
maid-0.6.0.beta.2 Guardfile
maid-0.6.0.beta.1 Guardfile
maid-0.6.0.alpha.6 Guardfile
maid-0.6.0.alpha.5 Guardfile
maid-0.6.0.alpha.4 Guardfile