From a78da16b8e47ac51916fe2463832a6fc256de4cb Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Tue, 8 Jul 2008 10:37:54 +1000 Subject: [PATCH] added default task --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index 80cdbc2..11dd1bb 100644 --- a/Rakefile +++ b/Rakefile @@ -10,3 +10,5 @@ Spec::Rake::SpecTask.new do |t| t.spec_files = spec_files t.spec_opts = ["-c"] end + +task :default => :spec