From a19bb72b1642231b402ba118998f3fd03556059c Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Thu, 17 Nov 2016 20:41:20 -0500 Subject: [PATCH] rake: speedup by doing local install --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 20cf8d1..3a8ec2c 100644 --- a/Rakefile +++ b/Rakefile @@ -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]