Commit 295524bb authored by Balasankar "Balu" C's avatar Balasankar "Balu" C

Run the code to be tested

parent ad25ef1f
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment