dwhelan/proc_extensions

View on GitHub
Guardfile

Summary

Maintainability
Test Coverage
guard :rspec, cmd: 'bundle exec rspec' do
  watch(%r{^lib/(.+)\.rb$})  { 'spec' }
  watch(%r{^spec/(.+)\.rb$}) { 'spec' }
end