Sha256: 6818aa81d3d4779a9d0cb6eea3b88030a7b3e23e3c42b61d0621c3a8f851ac96

Contents?: true

Size: 388 Bytes

Versions: 1

Compression:

Stored size: 388 Bytes

Contents

ignore([%r{^bin/*}, %r{^lib/*}, %r{^tmp/*}])

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kuende-fakeredis-0.6.0 Guardfile