Sha256: c3dffd27fe0068662ff3702e54bf0f10cb1cb15a9ac6517c09dac5acca252dc7

Contents?: true

Size: 272 Bytes

Versions: 6

Compression:

Stored size: 272 Bytes

Contents

guard :rspec, all_on_start: true, all_after_pass: true, env: { skip_coverage: 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

6 entries across 6 versions & 1 rubygems

Version Path
whipped-cream-0.0.1 Guardfile
whipped-cream-0.0.1pre5 Guardfile
whipped-cream-0.0.1pre4 Guardfile
whipped-cream-0.0.1pre3 Guardfile
whipped-cream-0.0.1pre2 Guardfile
whipped-cream-0.0.1pre1 Guardfile