Add EE fixtures to SeedFu path
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
This commit is contained in:
parent
e09b609f0e
commit
a4fea21ee7
2 changed files with 9 additions and 0 deletions
5
changelogs/unreleased/include-ee-fixtures.yml
Normal file
5
changelogs/unreleased/include-ee-fixtures.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Add EE fixtures to SeedFu list
|
||||
merge_request: 28241
|
||||
author:
|
||||
type: other
|
4
config/initializers/seed_fu.rb
Normal file
4
config/initializers/seed_fu.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
if Gitlab.ee?
|
||||
SeedFu.fixture_paths += %W[ee/db/fixtures ee/db/fixtures/#{Rails.env}]
|
||||
end
|
Loading…
Reference in a new issue