Sha256: 2147b7aa7591a9693813174631c62a1d49676b03967612c4fc230d99e7e561c3

Contents?: true

Size: 405 Bytes

Versions: 11

Compression:

Stored size: 405 Bytes

Contents

# frozen_string_literal: true

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

11 entries across 11 versions & 1 rubygems

Version Path
webtranslateit-payday-1.6.9 Guardfile
webtranslateit-payday-1.6.8 Guardfile
webtranslateit-payday-1.6.7 Guardfile
webtranslateit-payday-1.6.5 Guardfile
webtranslateit-payday-1.6.4 Guardfile
webtranslateit-payday-1.6.3 Guardfile
webtranslateit-payday-1.6.2 Guardfile
webtranslateit-payday-1.6.1 Guardfile
webtranslateit-payday-1.6.0 Guardfile
webtranslateit-payday-1.5.0 Guardfile
webtranslateit-payday-1.5.0.pre.1 Guardfile