Sha256: 6a8f0281d80e3b754d09b3752b85340c002db52c7d721be72a22055efbdca920

Contents?: true

Size: 218 Bytes

Versions: 15

Compression:

Stored size: 218 Bytes

Contents

# More info at https://github.com/guard/guard#readme
guard '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

15 entries across 15 versions & 1 rubygems

Version Path
maid-0.6.0.alpha.1 Guardfile
maid-0.5.0 Guardfile
maid-0.4.2 Guardfile
maid-0.5.0.alpha.1 Guardfile
maid-0.4.1 Guardfile
maid-0.4.0 Guardfile
maid-0.4.0.beta.2 Guardfile
maid-0.4.0.beta.1 Guardfile
maid-0.4.0.alpha.2 Guardfile
maid-0.4.0.alpha.1 Guardfile
maid-0.3.0 Guardfile
maid-0.3.0.beta.1 Guardfile
maid-0.2.3.alpha.1 Guardfile
maid-0.2.2 Guardfile
maid-0.2.2.beta.1 Guardfile