From 3e7f870965dad5955417bab737ad4845c3660a80 Mon Sep 17 00:00:00 2001 From: Christian Williams Date: Tue, 8 Sep 2009 06:20:43 -0700 Subject: [PATCH] Revert "adding rake test subtasks (noop) for git submodule rake compatibility" This reverts commit 4138fd3626ac9b654de3bad62ab42c0ab422a6e8. --- Rakefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Rakefile b/Rakefile index 52257a0..c02a273 100644 --- a/Rakefile +++ b/Rakefile @@ -1,12 +1,7 @@ task :default => :noop task :noop do - puts "** NO-OP task to support 'git submodule' rake comaptibility in jasmine" -end - -namespace :test do - task :unit => :noop - task :integration => :noop + puts "doing nothing" end desc 'Builds lib/jasmine from source'