Commit abac5047 authored by Stan Hu's avatar Stan Hu Committed by GitLab Release Tools Bot

Merge branch 'include-ee-fixtures' into 'master'

Add EE fixtures to SeedFu fixture paths

See merge request gitlab-org/gitlab-ce!28241

(cherry picked from commit 894c8e23)

a4fea21e Add EE fixtures to SeedFu path
parent 335fd73f
---
title: Add EE fixtures to SeedFu list
merge_request: 28241
author:
type: other
# frozen_string_literal: true
if Gitlab.ee?
SeedFu.fixture_paths += %W[ee/db/fixtures ee/db/fixtures/#{Rails.env}]
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment