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
60b5db86
Commit
60b5db86
authored
May 22, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix gitlab:backup:create spec
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
bd722305
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
spec/tasks/gitlab/backup_rake_spec.rb
spec/tasks/gitlab/backup_rake_spec.rb
+0
-1
No files found.
spec/tasks/gitlab/backup_rake_spec.rb
View file @
60b5db86
...
@@ -253,7 +253,6 @@ describe 'gitlab:app namespace rake task' do
...
@@ -253,7 +253,6 @@ describe 'gitlab:app namespace rake task' do
# We unstub the storages to be able to reconfigure the actual Gitaly channels
# We unstub the storages to be able to reconfigure the actual Gitaly channels
allow
(
Gitlab
.
config
.
repositories
).
to
receive
(
:storages
).
and_call_original
allow
(
Gitlab
.
config
.
repositories
).
to
receive
(
:storages
).
and_call_original
Gitlab
::
GitalyClient
.
configure_channels
end
end
it
'includes repositories in all repository storages'
do
it
'includes repositories in all repository storages'
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