Sha256: 9d91ba2ed1c255fd8ab156fba461502003f684a5c5fa079c22cb3e177e2c6ec6

Contents?: true

Size: 295 Bytes

Versions: 4

Compression:

Stored size: 295 Bytes

Contents

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

guard 'rspec', :version => 2 do
  watch(%r{^spec/.+_spec\.rb$})

  watch('Gemfile')              { "spec" }
  watch('Gemfile.lock')         { "spec" }
  watch(%r{^lib/(.+)\.rb$})     { "spec" }
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mongoid-locker-0.2.1 Guardfile
mongoid-locker-0.2.0 Guardfile
mongoid-locker-0.1.1 Guardfile
mongoid-locker-0.1.0 Guardfile