aboutsummaryrefslogtreecommitdiffstats
path: root/test/roo/test_excelx.rb
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2020-03-18 00:22:40 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2020-03-18 00:22:40 -0400
commit9e07e8cd4836ddc89accdb7b20152c9a4f06fd03 (patch)
tree878c06f18392f6cf399d39468f5037f73495e537 /test/roo/test_excelx.rb
parent46eadd2724cd841328d90c3143a485fcdf423ed6 (diff)
New upstream version 2.8.3upstream/2.8.3
Diffstat (limited to 'test/roo/test_excelx.rb')
-rw-r--r--test/roo/test_excelx.rb2
1 files changed, 1 insertions, 1 deletions
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