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
9bfb012a56
gitlab-org--gitlab-foss
/
spec
/
factories
/
users_star_projects.rb
9 lines
116 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add frozen_string_literal to spec/factories Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-07-25 01:11:48 -04:00
# frozen_string_literal: true
Extend API for importing a project export with overwrite support
2018-04-06 11:23:49 -04:00
FactoryBot
.
define
do
factory
:users_star_project
do
project
user
end
end
Copy permalink