afeld/tricle

View on GitHub
Guardfile

Summary

Maintainability
Test Coverage
notification :gntp

guard :rspec, cmd: 'bundle exec rspec', all_on_start: true do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/}) { 'spec' }
  watch('spec/spec_helper.rb') { 'spec' }
  watch(%r{^spec/}) { 'spec' }
end