From da0c27da54557e8ec34b8e48ea667574e75db0ac Mon Sep 17 00:00:00 2001 From: Norm MacLennan Date: Thu, 15 Jan 2015 07:28:00 -0500 Subject: [PATCH] make test the default rake task --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index 132e5fd..c205227 100644 --- a/Rakefile +++ b/Rakefile @@ -3,6 +3,8 @@ require "bundler/setup" # load up our gem environment (incl. local zanzibar) require 'rspec/core/rake_task' require 'zanzibar/version' +task :default => [:test] + RSpec::Core::RakeTask.new(:test) task :install_local do