Run the code to be tested

This commit is contained in:
Balasankar "Balu" C 2018-01-15 21:50:24 +05:30
parent ad25ef1f0d
commit 295524bb53
1 changed files with 1 additions and 0 deletions

View File

@ -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)