Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1092acaa
Commit
1092acaa
authored
Jul 12, 2021
by
Ash McKenzie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prefer default FactoryBot
parent
de54ed9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
ee/db/fixtures/development/32_compliance_dashboard_merge_requests.rb
...res/development/32_compliance_dashboard_merge_requests.rb
+1
-7
No files found.
ee/db/fixtures/development/32_compliance_dashboard_merge_requests.rb
View file @
1092acaa
...
...
@@ -91,13 +91,7 @@ class Gitlab::Seeder::ComplianceDashboardMergeRequests
end
def
new_user
name
=
FFaker
::
Name
.
name
FactoryBot
.
create
(
:user
,
name:
name
,
username:
FFaker
::
Internet
.
user_name
(
name
),
email:
FFaker
::
Internet
.
email
)
FactoryBot
.
create
(
:user
)
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment