Sha256: 08cf7150e353f15a234de37edcd5ed0bf70f468629bd60600a424ed1c9edc496

Contents?: true

Size: 354 Bytes

Versions: 5

Compression:

Stored size: 354 Bytes

Contents

guard :rspec, :cmd => "rspec -fd" do
  watch(/^spec\/.+_spec\.rb$/)
  watch(/^lib\/(.+)\.rb$/) {|m| "spec/lib/#{m[1]}_spec.rb" }
  watch("spec/spec_helper.rb") { "spec" }
end

guard :rubocop do
  watch(/^.+\.rb$/)
  watch(/^(?:.+\/)?\.rubocop\.yml$/) {|m| File.dirname(m[0]) }
  watch(/^(?:.+\/)?.+\.gemspec$/)
  watch(/^(?:.+\/)?(?:Gem|Rake)file$/)
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
mtrack-1.1.1 Guardfile
mabbre-0.0.3 Guardfile
mabbre-0.0.2 Guardfile
mabbre-0.0.1 Guardfile
mtrack-1.1.0 Guardfile