Sha256: 85ba36d07c042af3d5991b6d2097c07b55dcc3cdc442916cf2b58192d1b36988
Contents?: true
Size: 374 Bytes
Versions: 4
Compression:
Stored size: 374 Bytes
Contents
guard :rspec, cmd: 'bundle exec rspec --color --format progress' do watch(%r{^spec/.+_spec\.rb$}) watch('spec/spec_helper.rb') { 'spec' } watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" } end guard :rubocop do watch(/.+\.rb$/) watch(%r{(?:.+/)?\.rubocop(?:_todo)?\.yml$}) { |m| File.dirname(m[0]) } end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
webtranslateit-payday-1.4.0 | Guardfile |
webtranslateit-payday-1.3.0 | Guardfile |
webtranslateit-payday-1.2.8 | Guardfile |
webtranslateit-payday-1.2.7 | Guardfile |