Sha256: 40bd940d4370f7b63d3cdb400f776e7f1b05e403e9c167b1ada598368bf99675

Contents?: true

Size: 269 Bytes

Versions: 5

Compression:

Stored size: 269 Bytes

Contents

# More info at https://github.com/guard/guard#readme
guard :rspec, cmd: 'rspec', all_on_start: true, all_after_pass: true 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

5 entries across 5 versions & 1 rubygems

Version Path
gem_bootstrap-0.3.2 templates/Guardfile-rspec
gem_bootstrap-0.3.1 templates/Guardfile-rspec
gem_bootstrap-0.3.0 templates/Guardfile-rspec
gem_bootstrap-0.2.9 templates/Guardfile-rspec
gem_bootstrap-0.2.8 templates/Guardfile-rspec