Sha256: 504b8f6114074c936ca4f756815a1ad9e506d5da64ec16dd46401d05a73e08b9

Contents?: true

Size: 294 Bytes

Versions: 2

Compression:

Stored size: 294 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
huff-0.0.2 Guardfile
huff-0.0.1 Guardfile