Sha256: 3d8fac775c10a8c5b65c874134147a85775ff140a2c8a5e298ad14e30fdffc4b
Contents?: true
Size: 305 Bytes
Versions: 5
Compression:
Stored size: 305 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme guard 'rspec', :version => 2, :all_on_start => false, :all_after_pass => false 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 |
---|---|
mandrill-rails-1.1.1 | Guardfile |
mandrill-rails-1.1.0 | Guardfile |
mandrill-rails-1.0.2 | Guardfile |
mandrill-rails-1.0.1 | Guardfile |
mandrill-rails-1.0.0 | Guardfile |