Sha256: d0ee2c164e10afccccee96a18c9d7a2b35a1eea9e1dc47043a61108365a441aa

Contents?: true

Size: 346 Bytes

Versions: 97

Compression:

Stored size: 346 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

97 entries across 97 versions & 5 rubygems

Version Path
rails_best_practices-1.19.0 Guardfile
bullet-5.6.0 Guardfile
rails_best_practices-1.18.1 Guardfile
bullet-5.5.1 Guardfile
rails_best_practices-1.18.0 Guardfile
bullet-5.5.0 Guardfile
bullet-5.4.3 Guardfile
bullet-5.4.2 Guardfile
bullet-5.4.1 Guardfile
bullet-5.4.0 Guardfile
bullet-5.3.0 Guardfile
bullet-5.2.1 Guardfile
bullet-5.2.0 Guardfile
rails_best_practices-1.17.0 Guardfile
bullet-5.1.1 Guardfile
bullet-5.1.0 Guardfile
rails_best_practices-1.16.0 Guardfile
bullet-5.0.0 Guardfile
bullet-4.14.10 Guardfile
bullet-4.14.9 Guardfile