Sha256: c5bd611850a662e9cbf96f7e3c70a0ed12a42317fe05318a9dced733549c2bbb

Contents?: true

Size: 257 Bytes

Versions: 7

Compression:

Stored size: 257 Bytes

Contents

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

guard 'minitest' do
  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

7 entries across 7 versions & 1 rubygems

Version Path
efo_nelfo-0.0.7 Guardfile
efo_nelfo-0.0.6 Guardfile
efo_nelfo-0.0.5 Guardfile
efo_nelfo-0.0.4 Guardfile
efo_nelfo-0.0.3 Guardfile
efo_nelfo-0.0.2 Guardfile
efo_nelfo-0.0.1 Guardfile