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 14:19:02 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-14 14:19:02 +0400
commitb007cadf5534e4202a955825770019787a37f7d6 (patch)
treee52543b8da1f5f3e0d39999b82a2bf020092e078 /lib/tasks/test.rake
parent0d7986a8c7806a5d7630283f26667f954a5e61f7 (diff)
Fix project creation test
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'lib/tasks/test.rake')
-rw-r--r--lib/tasks/test.rake1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tasks/test.rake b/lib/tasks/test.rake
index 24d55b9455a..f19da1bb437 100644
--- a/lib/tasks/test.rake
+++ b/lib/tasks/test.rake
@@ -4,4 +4,3 @@ desc "GITLAB | Run all tests"
task :test do
Rake::Task["gitlab:test"].invoke
end
-