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
3797d160
Commit
3797d160
authored
Aug 28, 2017
by
Gabriel Mazetto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix import_file_spec
parent
be734cef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
spec/features/projects/import_export/import_file_spec.rb
spec/features/projects/import_export/import_file_spec.rb
+1
-0
No files found.
spec/features/projects/import_export/import_file_spec.rb
View file @
3797d160
...
@@ -17,6 +17,7 @@ feature 'Import/Export - project import integration test', js: true do
...
@@ -17,6 +17,7 @@ feature 'Import/Export - project import integration test', js: true do
after
(
:each
)
do
after
(
:each
)
do
FileUtils
.
rm_rf
(
export_path
,
secure:
true
)
FileUtils
.
rm_rf
(
export_path
,
secure:
true
)
gitlab_shell
.
remove_repository
(
repository_storage_path
,
'asd/test-project-path'
)
gitlab_shell
.
remove_repository
(
repository_storage_path
,
'asd/test-project-path'
)
gitlab_shell
.
remove_repository
(
repository_storage_path
,
'asd/test-project-path.wiki'
)
end
end
context
'when selecting the namespace'
do
context
'when selecting the namespace'
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