Kercode/tutti_gruppi

View on GitHub
Guardfile

Summary

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