debian-mirror-gitlab/spec/support/stored_repositories.rb
2017-08-17 22:00:37 +05:30

6 lines
105 B
Ruby

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