Sha256: 88cc8c28eeb568e8349f17b4e4feaca440713a5c38dc40b03b5b53e7781c3d28

Contents?: true

Size: 334 Bytes

Versions: 31

Compression:

Stored size: 334 Bytes

Contents

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

guard 'rspec', version: 2, all_after_pass: false, all_on_start: false, cli: '--color --format nested --fail-fast' do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { 'spec' }
end

Version data entries

31 entries across 31 versions & 2 rubygems

Version Path
bullet-7.0.7 Guardfile
bullet-7.0.6 Guardfile
bullet-7.0.5 Guardfile
bullet-7.0.4 Guardfile
bullet-7.0.3 Guardfile
bullet-7.0.2 Guardfile
bullet-7.0.1 Guardfile
bullet-7.0.0 Guardfile
bullet-6.1.5 Guardfile
bullet-6.1.4 Guardfile
bullet-6.1.3 Guardfile
bullet-6.1.2 Guardfile
bullet-6.1.1 Guardfile
rails_best_practices-1.20.0 Guardfile
rails_best_practices-1.19.5 Guardfile
bullet-6.1.0 Guardfile
bullet-6.0.2 Guardfile
bullet-6.0.1 Guardfile
bullet-6.0.0 Guardfile
bullet-5.9.0 Guardfile