From 9e07e8cd4836ddc89accdb7b20152c9a4f06fd03 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 18 Mar 2020 00:22:40 -0400 Subject: New upstream version 2.8.3 --- test/roo/test_excelx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/roo/test_excelx.rb') diff --git a/test/roo/test_excelx.rb b/test/roo/test_excelx.rb index 9d460af..90c7167 100644 --- a/test/roo/test_excelx.rb +++ b/test/roo/test_excelx.rb @@ -3,7 +3,7 @@ require "test_helper" class TestRworkbookExcelx < Minitest::Test def test_download_uri_with_invalid_host assert_raises(RuntimeError) do - Roo::Excelx.new("http://example.com/file.xlsx") + Roo::Excelx.new("http://examples.com/file.xlsx") end end -- cgit v1.2.3