Closed DanielHeath closed 11 years ago
This change allows the following stanza:
guard 'go', :test => true, :package => 'auth/config' do watch(%r{src/auth/config/.*_test\.go$}) end
which will run
go test auth/config
This change allows the following stanza:
which will run