Commit 3ffbbaa6 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch...

Merge branch '270402-nomethoderror-undefined-method-create-for-gitlab-seeder-compliancedashboardmergerequests' into 'master'

Add missing FactoryBot for FactoryBot.create

See merge request gitlab-org/gitlab!45631
parents 58d7c7f8 9247919f
......@@ -10,7 +10,7 @@ class Gitlab::Seeder::ComplianceDashboardMergeRequests
end
def admin
@admin ||= create(:user, :admin)
@admin ||= FactoryBot.create(:user, :admin)
end
def seed!
......
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