test/commands/routines/test_reconnect.rb in zold-0.16.13 vs test/commands/routines/test_reconnect.rb in zold-0.16.14

- old
+ new

@@ -29,10 +29,10 @@ # Reconnect test. # Author:: Yegor Bugayenko (yegor256@gmail.com) # Copyright:: Copyright (c) 2018 Yegor Bugayenko # License:: MIT -class TestReconnect < Minitest::Test +class TestReconnect < Zold::Test def test_reconnects Dir.mktmpdir do |dir| remotes = Zold::Remotes.new(file: File.join(dir, 'remotes.csv')) remotes.clean stub_request(:get, 'http://b1.zold.io:80/remotes').to_return(status: 404)