Sha256: 2b39ba825ec811a602be9d2b4b439a5abc77637e5140884ae01730e2cdb5efc6

Contents?: true

Size: 416 Bytes

Versions: 4

Compression:

Stored size: 416 Bytes

Contents

#
# Mongoid Geospatial Guardfile
#
ignore(/\/.#.+/)

# notification :off

guard :rubocop, all_on_start: false, keep_failed: false, notification: false, cli: ['--format', 'emacs'] do
  watch(/^lib\/(.+)\.rb$/)
end

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mongoid-geospatial-5.0.0 Guardfile
mongoid-geospatial-4.0.1 Guardfile
mongoid-geospatial-4.0.0 Guardfile
mongoid-geospatial-3.9.0 Guardfile