Sha256: a8dccc0bc552afe13e773a6056a4e572301924fd333f20775989ddd01f2869e9

Contents?: true

Size: 478 Bytes

Versions: 24

Compression:

Stored size: 478 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme
guard 'minitest' do

  # with Minitest::Unit
  watch(%r|^test/(.*)\/?test_(.*)\.rb|)
  watch(%r|^lib/(.*)([^/]+)\.rb|)     { |m| "test/#{m[1]}test_#{m[2]}.rb" }
  watch(%r|^test/test_helper\.rb|)    { "test" }

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

end

Version data entries

24 entries across 24 versions & 4 rubygems

Version Path
vim_printer-0.0.7 Guardfile
html2pdf-0.0.5 Guardfile
html2pdf-0.0.4 Guardfile
agile_utils-0.0.9 Guardfile
html2pdf-0.0.3 Guardfile
vim_printer-0.0.6 Guardfile
agile_utils-0.0.8 Guardfile
agile_utils-0.0.7 Guardfile
agile_utils-0.0.6 Guardfile
html2pdf-0.0.2 Guardfile
vim_printer-0.0.5 Guardfile
html2pdf-0.0.1 Guardfile
agile_utils-0.0.5 Guardfile
vim_printer-0.0.4 Guardfile
agile_utils-0.0.4 Guardfile
vim_printer-0.0.3 Guardfile
agile_utils-0.0.2 Guardfile
vim_printer-0.0.2 Guardfile
vim_printer-0.0.1 Guardfile
ebook_renamer-0.1.1 Guardfile