Sha256: b051e28fc5836953f3c63b9065eef9239532d0b0e24b4371d56d80aa59aac321
Contents?: true
Size: 356 Bytes
Versions: 13
Compression:
Stored size: 356 Bytes
Contents
guard 'bundler' do watch('Gemfile') watch('sidekiq-throttler.gemspec') end guard 'rspec' do watch(%r{^spec/app/.+_worker\.rb$}) { 'spec' } watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { 'spec' } end guard 'yard' do watch(%r{app/.+\.rb}) watch(%r{lib/.+\.rb}) end
Version data entries
13 entries across 13 versions & 2 rubygems