gitlab-org--gitlab-foss/spec/support/stored_repositories.rb
Rémy Coutable 60c0c0f3d0 Merge branch '29843-project-subgroup-transfer' into 'security'
Use full path for moving directories when changing namespace path

See merge request !2078
2017-03-29 19:16:50 -07:00

5 lines
105 B
Ruby

RSpec.configure do |config|
config.before(:each, :repository) do
TestEnv.clean_test_path
end
end