diff --git a/Rakefile b/Rakefile index 3a8ec2c..84d08a2 100644 --- a/Rakefile +++ b/Rakefile @@ -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'