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
bullet-4.14.8 Guardfile
brakefast-0.0.2 Guardfile
brakefast-0.0.1 Guardfile
bullet_instructure-4.14.8 Guardfile
bullet-4.14.7 Guardfile
bullet_instructure-4.14.7 Guardfile
bullet-4.14.6 Guardfile
bullet-4.14.5 Guardfile
bullet_instructure-4.0.5 Guardfile
rails_best_practices-1.15.7 Guardfile
rails_best_practices-1.15.6 Guardfile
bullet-4.14.4 Guardfile
bullet-4.14.3 Guardfile
bullet-4.14.2 Guardfile
bullet-4.14.0 Guardfile
bullet-4.13.2 Guardfile
bullet-4.13.1 Guardfile
bullet_instructure-4.0.3 Guardfile
bullet-4.13.0 Guardfile
bullet-4.12.0 Guardfile