Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorBalasankar "Balu" C <balasankar@gitlab.com>2018-01-15 19:20:24 +0300
committerBalasankar "Balu" C <balasankar@gitlab.com>2018-01-15 19:20:24 +0300
commit295524bb53e4214d9869553cb01810bf928a775a (patch)
tree7665d16117aa71158b3cacba1882e064b33233d5 /spec
parentad25ef1f0d7e85e2b9797f30721caab00f62dfc2 (diff)
Run the code to be tested
Diffstat (limited to 'spec')
-rw-r--r--spec/lib/backup/manager_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/lib/backup/manager_spec.rb b/spec/lib/backup/manager_spec.rb
index cd498177b81..108523d8511 100644
--- a/spec/lib/backup/manager_spec.rb
+++ b/spec/lib/backup/manager_spec.rb
@@ -195,6 +195,7 @@ describe Backup::Manager do
end
it 'prints the list of available backups' do
+ subject.unpack
expect(progress).to have_received(:puts)
.with(a_string_matching('1451606400_2016_01_01_1.2.3'))
expect(progress).to have_received(:puts)