This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
a37427f614
gitlab-org--gitlab-foss
/
spec
/
factories
/
label_priorities.rb
8 lines
107 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add LabelPriority model
2016-10-14 15:12:07 -04:00
FactoryGirl
.
define
do
factory
:label_priority
do
Change all `:empty_project` to `:project`
2017-08-02 15:55:11 -04:00
project
Add LabelPriority model
2016-10-14 15:12:07 -04:00
label
sequence
(
:priority
)
end
end
Copy permalink