Añade el plugin Redmine Git Hosting 5.0.0
This commit is contained in:
parent
cfa0d58b18
commit
a3bddad233
458 changed files with 30396 additions and 1 deletions
11
plugins/redmine_git_hosting/spec/factories/user.rb
Normal file
11
plugins/redmine_git_hosting/spec/factories/user.rb
Normal file
|
@ -0,0 +1,11 @@
|
|||
FactoryBot.define do
|
||||
factory :user do
|
||||
sequence(:login) { |n| "user#{n}" }
|
||||
sequence(:firstname) { |n| "User#{n}" }
|
||||
sequence(:lastname) { |n| "Test#{n}" }
|
||||
sequence(:mail) { |n| "user#{n}@awesome.com" }
|
||||
language { 'fr' }
|
||||
hashed_password { '66eb4812e268747f89ec309178e2ea50410653fb' }
|
||||
salt { '5abd4e59ac0d483daf2f68d3b6544ff3' }
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue