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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-06-29 15:09:26 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-29 15:09:26 +0300
commitf167d24074de8777f1d445af884a7315763aa213 (patch)
treec75eefd36755cd38eda7acf610b6af6e20acd402 /spec/support/helpers/test_env.rb
parent3fdeaff80e055fb6fef3d82b60bbecdca1c25fc7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/support/helpers/test_env.rb')
-rw-r--r--spec/support/helpers/test_env.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/support/helpers/test_env.rb b/spec/support/helpers/test_env.rb
index 7c865dd7e11..59e6f54cf45 100644
--- a/spec/support/helpers/test_env.rb
+++ b/spec/support/helpers/test_env.rb
@@ -310,14 +310,6 @@ module TestEnv
end
end
- def create_bare_repository(path)
- FileUtils.mkdir_p(path)
-
- system(git_env, *%W(#{Gitlab.config.git.bin_path} -C #{path} init --bare),
- out: '/dev/null',
- err: '/dev/null')
- end
-
def repos_path
@repos_path ||= GitalySetup.repos_path
end