Fixed tests

This commit is contained in:
Felipe 2024-12-05 12:31:20 +00:00
parent f96c7342ed
commit 495abfe301

View File

@ -5,7 +5,8 @@ class WaybackMachineDownloaderTest < Minitest::Test
def setup def setup
@wayback_machine_downloader = WaybackMachineDownloader.new( @wayback_machine_downloader = WaybackMachineDownloader.new(
base_url: 'https://www.example.com', base_url: 'https://www.example.com'
)
$stdout = StringIO.new $stdout = StringIO.new
end end