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
6be0c160d3
gitlab-org--gitlab-foss
/
spec
/
factories
/
releases.rb
8 lines
117 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add release model Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-05 05:03:02 -05:00
FactoryGirl
.
define
do
factory
:release
do
Add tests to release notes feature Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-06 09:43:59 -05:00
tag
"
v1.1.0
"
description
"
Awesome release
"
project
Add release model Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-05 05:03:02 -05:00
end
end
Copy permalink