From ad15e0f93335de3195c16ecc3313a56b46f343ea Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Sat, 11 Jul 2015 11:04:13 -0400 Subject: [PATCH] Task "rake sanity" now does a clean build, and sanity_only is not clean --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 8745d37..4b30a13 100644 --- a/Rakefile +++ b/Rakefile @@ -44,12 +44,12 @@ task benchmark: [:install] do end end -task :sanity do +task :sanity_only do require_relative 'spec/samples/sanity.rb' Sanity.new.run end -task sanity_clean: [:install, :spec, :sanity] +task sanity: [:install, :spec, :sanity_only] task :apply_google_analytics do # The string to replace in the html document. This is chosen to be the end