Add EE fixtures to SeedFu path

Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
This commit is contained in:
Balasankar "Balu" C 2019-05-10 19:39:56 +05:30
parent e09b609f0e
commit a4fea21ee7
No known key found for this signature in database
GPG key ID: B77D2E2E23735427
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
title: Add EE fixtures to SeedFu list
merge_request: 28241
author:
type: other

View 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