Sha256: aae52ad4cda5e56a359b057ab52bb30640a986b0d5148a84778ec94b498f6fc4

Contents?: true

Size: 301 Bytes

Versions: 17

Compression:

Stored size: 301 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme
guard :rspec do
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/lib/#{m[1]}_spec.rb" }
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^spec/support/(.+)\.rb$})                  { "spec" }
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
index_html-0.1.0 Guardfile
index_html-0.0.9 Guardfile
code_lister-0.0.8 Guardfile
index_html-0.0.8 Guardfile
code_lister-0.0.7 Guardfile
index_html-0.0.7 Guardfile
index_html-0.0.6 Guardfile
index_html-0.0.5 Guardfile
index_html-0.0.4 Guardfile
code_lister-0.0.6 Guardfile
index_html-0.0.3 Guardfile
code_lister-0.0.5 Guardfile
index_html-0.0.2 Guardfile
index_html-0.0.1 Guardfile
code_lister-0.0.4 Guardfile
code_lister-0.0.3 Guardfile
code_lister-0.0.2 Guardfile