Commit c61ac432 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'rc/followup-40690' into 'master'

Remove db/fixtures/test/01_admin.rb (EE backport)

See merge request gitlab-org/gitlab-ce!15711
parents 6a4a97dd fce74238
require './spec/support/sidekiq'
Gitlab::Seeder.quiet do
User.seed do |s|
s.id = 1
s.name = 'Administrator'
s.email = 'admin@example.com'
s.notification_email = 'admin@example.com'
s.username = 'root'
s.password = '5iveL!fe'
s.admin = true
s.projects_limit = 100
s.confirmed_at = DateTime.now
end
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