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:
authorAlejandro Rodríguez <alejorro70@gmail.com>2018-07-27 04:18:28 +0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2018-07-31 23:28:44 +0300
commit01de2b5df89c4eaca92408c18203050604a4e94f (patch)
treee5a12c48af108817d8c717fcd04d87cd04d090b8 /spec/support/stored_repositories.rb
parent93c7b6c51a49a1939a876f2510a69e59827ac816 (diff)
Refactor gitlab:import:repos task to remove direct disk access
Diffstat (limited to 'spec/support/stored_repositories.rb')
-rw-r--r--spec/support/stored_repositories.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/support/stored_repositories.rb b/spec/support/stored_repositories.rb
index 21995c89a6e..26f823cb6ef 100644
--- a/spec/support/stored_repositories.rb
+++ b/spec/support/stored_repositories.rb
@@ -1,8 +1,4 @@
RSpec.configure do |config|
- config.before(:each, :repository) do
- TestEnv.clean_test_path
- end
-
config.before(:all, :broken_storage) do
FileUtils.rm_rf Gitlab.config.repositories.storages.broken.legacy_disk_path
end