YorickPeterse/ruby-lint

View on GitHub
task/test.rake

Summary

Maintainability
Test Coverage
desc 'Runs the tests'
task :test do
  sh 'rspec spec'
end