Sha256: 77764fa5368961049a9a2748cd7cf364624cf286b4243aeea9c6d8d6cf1d9cd9

Contents?: true

Size: 338 Bytes

Versions: 8

Compression:

Stored size: 338 Bytes

Contents

guard :rspec, all_on_start: false, all_after_pass: false, parallel: false do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/lib/#{m[1]}_spec.rb" }
  watch(%r{^lib/databox/(.+)\.rb$}) { |m| "spec/databox/#{m[1]}_spec.rb" }

  watch('spec/spec_helper.rb')  { "spec" }
  watch('lib/databox.rb')  { "spec" }

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
databox-2.0.1 Guardfile
databox-2.0.0 Guardfile
databox-0.2.2 Guardfile
databox-0.2.1 Guardfile
databox-0.1.2 Guardfile
databox-0.1.1 Guardfile
databox-0.1.0 Guardfile
databox-0.0.3 Guardfile