From 61241140e835d6b6dc9d7af7b0925923ebe5bdd9 Mon Sep 17 00:00:00 2001 From: Christian Williams & David Goudreau Date: Mon, 5 Oct 2009 10:19:02 -0700 Subject: [PATCH] Add no-op test:unit and test:integration tasks for EMI build only. --- Rakefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Rakefile b/Rakefile index 767a100..22974fa 100644 --- a/Rakefile +++ b/Rakefile @@ -89,6 +89,12 @@ jasmine.version_= { Rake::Task[:lambda_ci].invoke end + task :unit do + # for EMI build + end + task :integration do + # for EMI build + end end end \ No newline at end of file