From 368756e4d52ab38a275a37b828330ebb4b53e441 Mon Sep 17 00:00:00 2001 From: Aram Price & Ryan Dy Date: Mon, 24 Aug 2009 17:41:51 -0700 Subject: [PATCH] rakefile --- Rakefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Rakefile b/Rakefile index 64d7cdb..41ab959 100644 --- a/Rakefile +++ b/Rakefile @@ -1,3 +1,9 @@ +task :default => :noop + +task :noop do + puts "doing nothing" +end + desc 'Builds lib/jasmine from source' task :build do