Sha256: 4a4b84b19a20aa272c5a4c68d6875ce169c178d275ffcf2db9ddf9be6d9289ba

Contents?: true

Size: 249 Bytes

Versions: 5

Compression:

Stored size: 249 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme

guard :minitest do
  watch(%r{^spec/(.*)_spec\.rb})
  watch(%r{^lib/retriable/(.+)\.rb})  { |m| "spec/#{m[1]}_spec.rb" }
  watch(%r{^spec/spec_helper\.rb})    { 'spec' }
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
retriable-3.0.0 Guardfile
retriable-2.1.0 Guardfile
retriable-2.0.2 Guardfile
retriable-2.0.1 Guardfile
retriable-2.0.0 Guardfile