Sha256: 6dc2d9a4465a93835c364a68d21041c3c3b2a0f2e1e9a2d3d41b9be1819600c0

Contents?: true

Size: 495 Bytes

Versions: 9

Compression:

Stored size: 495 Bytes

Contents

guard 'rspec', :cli => '--format documentation', :version => 2, :all_after_pass => false, :keep_failed => false do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^spec/.+\.rb$})
  watch(%r{^spec/support/.+\.rb$})
  watch(%r{^lib/(.+)\.rb$})                   { "spec" }
  watch(%r{^lib/mongoid/(.+)\.rb$}) { "spec" }
  watch(%r{^lib/mongoid/report/(.+)\.rb$}) { "spec" }
  watch('spec/spec_helper.rb')                { "spec" }
end

guard 'bundler' do
  watch('Gemfile')
  watch(/^.+\.gemspec/)
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
mongoid-report-0.2.2 Guardfile
mongoid-report-0.2.1 Guardfile
mongoid-report-0.2.0 Guardfile
mongoid-report-0.1.9 Guardfile
mongoid-report-0.1.7 Guardfile
mongoid-report-0.1.6 Guardfile
mongoid-report-0.1.5 Guardfile
mongoid-report-0.1.3 Guardfile
mongoid-report-0.1.2 Guardfile