diff options
Diffstat (limited to 'test/roo/test_excelx.rb')
| -rw-r--r-- | test/roo/test_excelx.rb | 2 |
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 |
