Skip to content
Snippets Groups Projects
Commit dd1bf98c authored by Balasankar C's avatar Balasankar C
Browse files

Try one expectation only

parent 5a8cf78d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -198,8 +198,6 @@ describe Backup::Manager 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)
.with(a_string_matching('1451520000_2015_12_31'))
end
 
it 'fails the operation and prints an error' do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment