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
02737b8508
gitlab-org--gitlab-foss
/
spec
/
factories
/
subscriptions.rb
8 lines
113 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add unique index to subscriptions on subscribable and user and project
2016-10-31 14:36:28 -04:00
FactoryGirl
.
define
do
factory
:subscription
do
user
Change all `:empty_project` to `:project`
2017-08-02 15:55:11 -04:00
project
Add unique index to subscriptions on subscribable and user and project
2016-10-31 14:36:28 -04:00
subscribable
factory
:
:issue
end
end
Copy permalink