summaryrefslogtreecommitdiff
path: root/test/rdoc/test_rdoc_i18n_locale.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-11 12:50:54 +0900
committeraycabta <aycabta@gmail.com>2019-08-16 06:07:11 +0900
commitdaf5ce3ba1545e295ba2efd0ee153638ae446e6e (patch)
tree794774d3f0616f85cd24537d98dc17ebde70027b /test/rdoc/test_rdoc_i18n_locale.rb
parente87e10e5e7b7bbb6f4e703981a75b9aaae588816 (diff)
downloadruby-daf5ce3ba1545e295ba2efd0ee153638ae446e6e.tar.gz
Use omit instead of skip for test-unit.
Diffstat (limited to 'test/rdoc/test_rdoc_i18n_locale.rb')
-rw-r--r--test/rdoc/test_rdoc_i18n_locale.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rdoc/test_rdoc_i18n_locale.rb b/test/rdoc/test_rdoc_i18n_locale.rb
index 43fd7e2197..746d659c67 100644
--- a/test/rdoc/test_rdoc_i18n_locale.rb
+++ b/test/rdoc/test_rdoc_i18n_locale.rb
@@ -32,7 +32,7 @@ class TestRDocI18nLocale < RDoc::TestCase
begin
require 'gettext/po_parser'
rescue LoadError
- skip 'gettext gem is not found'
+ omit 'gettext gem is not found'
end
fr_locale_dir = File.join @locale_dir, 'fr'