Commit fcadf2aa authored by Rémy Coutable's avatar Rémy Coutable

Add a fixture file that uses seed-fu in the test env so that a borken seed-fu is detected

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 6c97e8be
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