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:
authorRémy Coutable <remy@gitlab.com>2017-03-28 20:27:44 +0300
committerDJ Mountney <david@twkie.net>2017-03-30 05:16:50 +0300
commit60c0c0f3d08aa2c2a5be68aa784a86304fdb9c99 (patch)
tree36fc5767de0d2d9bdd7a996677d3130a43f7ea95 /spec/support/stored_repositories.rb
parent97a5e91bbe9449a448fae5373cbf91087578cbc6 (diff)
Merge branch '29843-project-subgroup-transfer' into 'security'
Use full path for moving directories when changing namespace path See merge request !2078
Diffstat (limited to 'spec/support/stored_repositories.rb')
-rw-r--r--spec/support/stored_repositories.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/support/stored_repositories.rb b/spec/support/stored_repositories.rb
new file mode 100644
index 00000000000..df18926d58c
--- /dev/null
+++ b/spec/support/stored_repositories.rb
@@ -0,0 +1,5 @@
+RSpec.configure do |config|
+ config.before(:each, :repository) do
+ TestEnv.clean_test_path
+ end
+end