Sha256: e92411e0e6b872e3fc51ff074657ed75798da46e237abd1bb8037ca35e682946
Contents?: true
Size: 284 Bytes
Versions: 1
Compression:
Stored size: 284 Bytes
Contents
# More info at https://github.com/guard/guard#readme guard 'bundler' do watch('Gemfile') watch(/^.+\.gemspec/) end guard 'rspec' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ivapi-1.1.5 | Guardfile |