Add no-op test:unit and test:integration tasks for EMI build only.

This commit is contained in:
Christian Williams & David Goudreau 2009-10-05 10:19:02 -07:00
parent 250c483a6b
commit 61241140e8
1 changed files with 6 additions and 0 deletions

View File

@ -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