diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-03-14 12:19:02 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-03-14 12:19:02 +0200 |
commit | b007cadf5534e4202a955825770019787a37f7d6 (patch) | |
tree | e52543b8da1f5f3e0d39999b82a2bf020092e078 /lib/tasks | |
parent | 0d7986a8c7806a5d7630283f26667f954a5e61f7 (diff) | |
download | gitlab-ce-b007cadf5534e4202a955825770019787a37f7d6.tar.gz |
Fix project creation test
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/test.rake | 1 |
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 - |