Sha256: da4235673748b782ce4b845dfee26da3c83b9734ad8c5498c5d62d4af118d736

Contents?: true

Size: 306 Bytes

Versions: 18

Compression:

Stored size: 306 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})            { "spec" }
  #watch(%r|^lib/(.*)([^/]+)\.rb|)    { |m| "spec/#{m[1]}#{m[2]}_spec.rb" }
  watch(%r|^spec/spec_helper\.rb|)    { "spec" }
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
efo_nelfo-2.0.0 Guardfile
efo_nelfo-1.7.0 Guardfile
efo_nelfo-1.6.2 Guardfile
efo_nelfo-1.6.1 Guardfile
efo_nelfo-1.6.0 Guardfile
efo_nelfo-1.5.5 Guardfile
efo_nelfo-1.5.4 Guardfile
efo_nelfo-1.5.3 Guardfile
efo_nelfo-1.5.2 Guardfile
efo_nelfo-1.5.1 Guardfile
efo_nelfo-1.5.0 Guardfile
efo_nelfo-1.4.0 Guardfile
efo_nelfo-1.3.2 Guardfile
efo_nelfo-1.3.1 Guardfile
efo_nelfo-1.3.0 Guardfile
efo_nelfo-1.2.0 Guardfile
efo_nelfo-1.1.0 Guardfile
efo_nelfo-1.0.0 Guardfile