Sha256: a4e018783b4ab5a87f633d932c5ea5ac45477d6b08fc97fad9b25c0a7517ac04

Contents?: true

Size: 242 Bytes

Versions: 3

Compression:

Stored size: 242 Bytes

Contents

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

guard :cane do
  watch(/.*\.rb/)
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
whipped-cream-0.2.0.beta1 Guardfile
whipped-cream-0.1.1 Guardfile
whipped-cream-0.1.0 Guardfile