Sha256: 93fa8867a6b12a24971148e50c6b7a21d355093d74a87afa8200f5cb3f5cb3fc

Contents?: true

Size: 378 Bytes

Versions: 33

Compression:

Stored size: 378 Bytes

Contents

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

guard :rubocop, all_on_start: false, cli: ['--format', 'clang'] do
  watch(%r{.+\.rb$})
  watch(%r{(?:.+/)?\.rubocop\.yml$}) { |m| File.dirname(m[0]) }
end

Version data entries

33 entries across 33 versions & 6 rubygems

Version Path
light_mapper-1.0.6 Guardfile
light_mapper-1.0.5 Guardfile
light_mapper-1.0.4 Guardfile
light_operations-1.2.5 Guardfile
perf_spec-1.0.0 Guardfile
light_params-1.0.0 Guardfile
light_operations-1.2.3 Guardfile
light_operations-1.2.2 Guardfile
light_operations-1.2.1 Guardfile
light_operations-1.2.0 Guardfile
perf_spec-0.1.1 Guardfile
perf_spec-0.1.0 Guardfile
light_mapper-0.0.2 Guardfile
light_mapper-0.0.1 Guardfile
light_operations-0.1.1 Guardfile
light_form-0.0.7 Guardfile
light_form-0.0.6 Guardfile
light_form-0.0.5 Guardfile
light_form-0.0.4 Guardfile
light_form-0.0.3 Guardfile