From 295524bb53e4214d9869553cb01810bf928a775a Mon Sep 17 00:00:00 2001 From: "Balasankar \"Balu\" C" Date: Mon, 15 Jan 2018 21:50:24 +0530 Subject: [PATCH] Run the code to be tested --- spec/lib/backup/manager_spec.rb | 1 + 1 file changed, 1 insertion(+) 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)