You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2012/05/22 22:19:37 UTC

[15/50] [abbrv] git commit: * Rakefile (test:cimi): remove useless task

* Rakefile (test:cimi): remove useless task


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/273d348c
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/273d348c
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/273d348c

Branch: refs/heads/master
Commit: 273d348cfa2850183d0b862872d3083252943e3a
Parents: ceb0d7d
Author: David Lutterkort <lu...@redhat.com>
Authored: Wed May 16 15:25:41 2012 -0700
Committer: Michal fojtik <mf...@redhat.com>
Committed: Tue May 22 22:17:38 2012 +0200

----------------------------------------------------------------------
 server/Rakefile |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/273d348c/server/Rakefile
----------------------------------------------------------------------
diff --git a/server/Rakefile b/server/Rakefile
index 50971f5..c9ef650 100644
--- a/server/Rakefile
+++ b/server/Rakefile
@@ -236,13 +236,4 @@ namespace :test do
       t.warning = false
     }
   end
-
-  desc "Run CIMI frontend tests"
-  Rake::TestTask.new "cimi" do |t|
-    t.test_files = ["tests/cimi/cimi.rb", "tests/cimi/common/*_test.rb"]
-    t.options = "-v -v"
-    t.verbose = true
-    t.warning = false
-  end
-
 end