Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gpt
large_projects
gitlabhq1
Commits
b530cabd
Commit
b530cabd
authored
9 years ago
by
Yorick Peterse
Browse files
Options
Download
Plain Diff
Merge branch 'fix-forked-project-link-specs' into 'master'
Reload forked_project_link projects See merge request !3526
parents
1926e55e
6e0f8453
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
spec/factories/forked_project_links.rb
spec/factories/forked_project_links.rb
+5
-0
No files found.
spec/factories/forked_project_links.rb
View file @
b530cabd
...
...
@@ -13,5 +13,10 @@ FactoryGirl.define do
factory
:forked_project_link
do
association
:forked_to_project
,
factory: :project
association
:forked_from_project
,
factory: :project
after
(
:create
)
do
|
link
|
link
.
forked_from_project
.
reload
link
.
forked_to_project
.
reload
end
end
end
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment