Welcome to mirror list, hosted at ThFree Co, Russian Federation.

stored_repositories.rb « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: df18926d58c3b616e8f1ef930074e4f1bc3dbd76 (plain)
1
2
3
4
5
RSpec.configure do |config|
  config.before(:each, :repository) do
    TestEnv.clean_test_path
  end
end