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:
authorRobert Speicher <robert@gitlab.com>2018-01-30 00:09:09 +0300
committerRobert Speicher <robert@gitlab.com>2018-01-30 00:09:09 +0300
commit1f309b69df3f71d988d4d31b08a1b683099a46e5 (patch)
treea2e4f382f17511c459f4865754ef9a8ec93f08c6 /spec/tasks
parent7a18675c59d46da7234dd0cdf6960b527b513a80 (diff)
parent02a3f6241af193cabde303de5d1eea0e82c87cc5 (diff)
Merge branch '41972-make-sure-no-warnings' into 'master'
Fail static-analysis if there's output to stderr Closes #41972 See merge request gitlab-org/gitlab-ce!16648
Diffstat (limited to 'spec/tasks')
-rw-r--r--spec/tasks/gitlab/task_helpers_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/tasks/gitlab/task_helpers_spec.rb b/spec/tasks/gitlab/task_helpers_spec.rb
index fae5ec35c47..e9322ec4931 100644
--- a/spec/tasks/gitlab/task_helpers_spec.rb
+++ b/spec/tasks/gitlab/task_helpers_spec.rb
@@ -1,5 +1,4 @@
require 'spec_helper'
-require 'tasks/gitlab/task_helpers'
class TestHelpersTest
include Gitlab::TaskHelpers