summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/import_export
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2018-06-25 14:56:27 +0200
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2018-06-25 15:55:22 +0200
commit29b4d657bec11ed8715f4e0ddeead61b9066e9a4 (patch)
treeacf3e56acd008656f99bb62d10b83546a5f8a7d2 /spec/lib/gitlab/import_export
parent901159bbae51d818cd6f643da713eee8319923da (diff)
downloadgitlab-ce-29b4d657bec11ed8715f4e0ddeead61b9066e9a4.tar.gz
Moves another RPC to mandatory
This specific one isn't used on most machines, therefor low risk. Closes https://gitlab.com/gitlab-org/gitaly/issues/944
Diffstat (limited to 'spec/lib/gitlab/import_export')
-rw-r--r--spec/lib/gitlab/import_export/repo_restorer_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/import_export/repo_restorer_spec.rb b/spec/lib/gitlab/import_export/repo_restorer_spec.rb
index 013b8895f67..7ffa84f906d 100644
--- a/spec/lib/gitlab/import_export/repo_restorer_spec.rb
+++ b/spec/lib/gitlab/import_export/repo_restorer_spec.rb
@@ -30,7 +30,7 @@ describe Gitlab::ImportExport::RepoRestorer do
end
it 'restores the repo successfully' do
- expect(restorer.restore).to be true
+ expect(restorer.restore).to be_truthy
end
it 'has the webhooks' do