because i keep typing `rake test` instead of spec

dev
Andy Meneely 2020-09-29 11:38:14 -04:00
parent f5c41dd5c2
commit ecb75281b3
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ require 'benchmark'
desc 'install + spec'
task default: ['install:local', :spec]
desc 'test => spec'
task test: [:spec]
# Useful for hooking up with SublimeText.
# e.g. rake sample[basic.rb]
desc 'Run a specific sample'