Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f3f8b0d0
Commit
f3f8b0d0
authored
Apr 06, 2020
by
Rajendra Kadam
Committed by
Peter Leitzen
Apr 06, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix duplicate spec in relation-factory
parent
4dfbaebf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
.rubocop.yml
.rubocop.yml
+0
-1
changelogs/unreleased/relation-factory-spec.yml
changelogs/unreleased/relation-factory-spec.yml
+5
-0
spec/lib/gitlab/import_export/project/relation_factory_spec.rb
...lib/gitlab/import_export/project/relation_factory_spec.rb
+1
-1
No files found.
.rubocop.yml
View file @
f3f8b0d0
...
...
@@ -393,6 +393,5 @@ RSpec/RepeatedExample:
-
'
spec/features/projects/files/template_type_dropdown_spec.rb'
-
'
spec/finders/environments_finder_spec.rb'
-
'
spec/helpers/users_helper_spec.rb'
-
'
spec/lib/gitlab/import_export/project/relation_factory_spec.rb'
-
'
spec/services/notification_service_spec.rb'
-
'
spec/services/web_hook_service_spec.rb'
changelogs/unreleased/relation-factory-spec.yml
0 → 100644
View file @
f3f8b0d0
---
title
:
Fix duplicate spec in factory relation spec
merge_request
:
28794
author
:
Rajendra Kadam
type
:
added
spec/lib/gitlab/import_export/project/relation_factory_spec.rb
View file @
f3f8b0d0
...
...
@@ -160,7 +160,7 @@ describe Gitlab::ImportExport::Project::RelationFactory do
end
it
'has preloaded target project'
do
expect
(
created_object
.
source
_project
).
to
equal
(
project
)
expect
(
created_object
.
target
_project
).
to
equal
(
project
)
end
end
...
...
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