Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-14 13:06:10 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-14 13:06:10 +0400
commit8839339ee36a27693b68a2779b485b0acc932173 (patch)
treecb6b92f9cc958a61bd6df8b569829c567b072c7e /lib/tasks/test.rake
parentf6f80659ec23ffc7ad4847b13ac78047862f0d91 (diff)
Override rake test
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'lib/tasks/test.rake')
-rw-r--r--lib/tasks/test.rake7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/tasks/test.rake b/lib/tasks/test.rake
new file mode 100644
index 00000000000..24d55b9455a
--- /dev/null
+++ b/lib/tasks/test.rake
@@ -0,0 +1,7 @@
+Rake::Task["test"].clear
+
+desc "GITLAB | Run all tests"
+task :test do
+ Rake::Task["gitlab:test"].invoke
+end
+