From c24474fc95111b2fd1a3b557498e8d49fc6ca7eb Mon Sep 17 00:00:00 2001 From: Ben Woosley Date: Mon, 26 Mar 2012 11:43:47 -0700 Subject: [PATCH] Reinstate task :default => :spec --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index 26fc7ad..843fe12 100644 --- a/Rakefile +++ b/Rakefile @@ -27,6 +27,8 @@ RSpec::Core::RakeTask.new(:rcov) do |t| t.rcov = true end +task :default => :spec + begin require 'yard' YARD::Rake::YardocTask.new