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
2290b438
Commit
2290b438
authored
Jan 25, 2018
by
Ahmad Sherif
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix rubocop offenses introduced in !16623
parent
af95ba2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
spec/lib/gitlab/git/repository_spec.rb
spec/lib/gitlab/git/repository_spec.rb
+7
-2
No files found.
spec/lib/gitlab/git/repository_spec.rb
View file @
2290b438
...
...
@@ -1998,8 +1998,13 @@ describe Gitlab::Git::Repository, seed_helper: true do
let
(
:project
)
{
create
(
:project
)
}
let
(
:imported_repo
)
{
project
.
repository
.
raw
}
before
{
expect
(
repository
.
bundle_to_disk
(
bundle_path
)).
to
be
true
}
after
{
FileUtils
.
rm_rf
(
bundle_path
)
}
before
do
expect
(
repository
.
bundle_to_disk
(
bundle_path
)).
to
be
true
end
after
do
FileUtils
.
rm_rf
(
bundle_path
)
end
it
'creates a repo from a bundle file'
do
expect
(
imported_repo
).
not_to
exist
...
...
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