summaryrefslogtreecommitdiffstats
path: root/test/roo/test_open_office.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/roo/test_open_office.rb')
-rw-r--r--test/roo/test_open_office.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/roo/test_open_office.rb b/test/roo/test_open_office.rb
index e6118b6..18083a5 100644
--- a/test/roo/test_open_office.rb
+++ b/test/roo/test_open_office.rb
@@ -15,7 +15,7 @@ class TestRooOpenOffice < Minitest::Test
def test_download_uri_with_invalid_host
assert_raises(RuntimeError) do
- roo_class.new("http://example.com/file.ods")
+ roo_class.new("http://examples.com/file.ods")
end
end