Sha256: 90ed9bbc08d88559242d31d5621ac0aba4a325e6627c9813aec51e7cc83c10e0

Contents?: true

Size: 307 Bytes

Versions: 14

Compression:

Stored size: 307 Bytes

Contents

guard :minitest do
  # with Minitest::Spec
  watch(%r{^spec/(.*)_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})         { |m| "spec/#{m[1]}_spec.rb" }
  watch(%r{^spec/spec_helper\.rb$}) { 'spec' }
end

#guard :rubocop do
#  watch(%r{.+\.rb$})
#  watch(%r{(?:.+/)?\.rubocop\.yml$}) { |m| File.dirname(m[0]) }
#end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
vitals-0.12.0 Guardfile
vitals-0.11.1 Guardfile
vitals-0.11.0 Guardfile
vitals-0.10.1 Guardfile
vitals-0.10.0 Guardfile
vitals-0.9.1 Guardfile
vitals-0.9.0 Guardfile
vitals-0.8.1 Guardfile
vitals-0.8.0 Guardfile
vitals-0.7.0 Guardfile
vitals-0.6.0 Guardfile
vitals-0.5.0 Guardfile
vitals-0.4.0 Guardfile
vitals-0.3.0 Guardfile