From 599e3fdb9e901fabb199104ea87270dc77d63207 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 2 Apr 2015 17:07:09 -0300 Subject: [PATCH] Rakefile: don't run test by default --- Rakefile | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index a223a79..90fada4 100644 --- a/Rakefile +++ b/Rakefile @@ -34,8 +34,6 @@ task :test do sh "SPB_ENV=#{$SPB_ENV} ./test/run_all" end -task :default => :test - file 'ssh_config.erb' file 'config/local/ssh_config' => ['nodes.yaml', 'config/local/ips.yaml', 'ssh_config.erb'] do |t| require 'erb' -- libgit2 0.21.2