Sha256: f1a72b51a2bd53fe1aa67e5743f757ac08028c0ad25975bb35a33451e1f3a87a

Contents?: true

Size: 239 Bytes

Versions: 18

Compression:

Stored size: 239 Bytes

Contents

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

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

end

Version data entries

18 entries across 18 versions & 8 rubygems

Version Path
crv_api_client-0.1.4 Guardfile
crv_api_client-0.1.3 Guardfile
thlias_mega_lotto-0.0.2 Guardfile
ebutil-0.1.2 Guardfile
rhcf-utils-0.0.5 Guardfile
frikandel-2.0.0 Guardfile
rhcf-utils-0.0.4 Guardfile
rhcf-utils-0.0.3 Guardfile
rhcf-utils-0.0.2 Guardfile
frikandel-1.0.0 Guardfile
rhcf-utils-0.0.1 Guardfile
downager-0.1.2 Guardfile
downager-0.1.0 Guardfile
autoload_resources-0.0.6 Guardfile
autoload_resources-0.0.5 Guardfile
autoload_resources-0.0.4 Guardfile
autoload_resources-0.0.3 Guardfile
hatolence-0.0.1 Guardfile