rake: speedup by doing local install

dev
Andy Meneely 2016-11-17 20:41:20 -05:00
parent 6807e0bce0
commit a19bb72b16
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ require 'benchmark'
# require 'byebug'
desc 'install + spec'
task default: [:install, :spec]
task default: ['install:local', :spec]
# Useful for hooking up with SublimeText.
# e.g. rake sample[basic.rb]