gitlab-org--gitlab-foss/spec/support/seed.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
168 B
Ruby
Raw Normal View History

# frozen_string_literal: true
RSpec.configure do |config|
config.include SeedHelper, :seed_helper
config.before(:all, :seed_helper) do
ensure_seeds
end
end