Añade plugin Redmine Git Hosting 4.0.2
This commit is contained in:
parent
472cb1ea76
commit
bdd66d941f
494 changed files with 36768 additions and 0 deletions
6
plugins/redmine_git_hosting/spec/factories/project.rb
Normal file
6
plugins/redmine_git_hosting/spec/factories/project.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
FactoryBot.define do
|
||||
factory :project do
|
||||
sequence(:identifier) { |n| "project#{n}" }
|
||||
sequence(:name) { |n| "Project#{n}" }
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue