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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
bb220126
Commit
bb220126
authored
Jan 24, 2017
by
James Lopez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix spec failures
parent
6a2b976c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
spec/features/projects/import_export/test_project_export.tar.gz
...eatures/projects/import_export/test_project_export.tar.gz
+0
-0
spec/lib/gitlab/import_export/relation_factory_spec.rb
spec/lib/gitlab/import_export/relation_factory_spec.rb
+2
-2
No files found.
spec/features/projects/import_export/test_project_export.tar.gz
View file @
bb220126
No preview for this file type
spec/lib/gitlab/import_export/relation_factory_spec.rb
View file @
bb220126
...
@@ -55,8 +55,8 @@ describe Gitlab::ImportExport::RelationFactory, lib: true do
...
@@ -55,8 +55,8 @@ describe Gitlab::ImportExport::RelationFactory, lib: true do
expect
(
created_object
.
project_id
).
to
eq
(
project
.
id
)
expect
(
created_object
.
project_id
).
to
eq
(
project
.
id
)
end
end
it
'has a token'
do
it
'has a
nil
token'
do
expect
(
created_object
.
token
).
to
eq
(
token
)
expect
(
created_object
.
token
).
to
eq
(
nil
)
end
end
context
'original service exists'
do
context
'original service exists'
do
...
...
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