Sha256: 1c03d02b59b22d0519c44dfed8318ad82da3020af5b1ebfb524825dbf44935a1

Contents?: true

Size: 238 Bytes

Versions: 208

Compression:

Stored size: 238 Bytes

Contents

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

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

Version data entries

208 entries across 208 versions & 57 rubygems

Version Path
sidekiq-delay-1.0.0 Guardfile
sidekiq-delay-0.0.3 Guardfile
sidekiq-delay-0.0.2 Guardfile
sidekiq-delay-0.0.1 Guardfile
gritano-core-2.0.0 Guardfile
gritano-core-1.1.2 Guardfile
gritano-core-1.1.1 Guardfile
gritano-core-1.1.0 Guardfile