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

seed.rb « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bea2e9c30449e08e6f9845b218c3fc5b9e161b79 (plain)
1
2
3
4
5
6
7
RSpec.configure do |config|
  config.include SeedHelper, :seed_helper

  config.before(:all, :seed_helper) do
    ensure_seeds
  end
end