summaryrefslogtreecommitdiff
path: root/test/rdoc/test_rdoc_i18n_locale.rb
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2019-10-27 02:28:25 +0900
committeraycabta <aycabta@gmail.com>2019-10-29 12:34:44 +0900
commitb4da6fc1c277190bbd10e795ebf3be45772038e8 (patch)
tree00ecc642dfd07b49d266761210cb0768cd61b3ae /test/rdoc/test_rdoc_i18n_locale.rb
parent54eb51d72bc43f90b595f0d7ffb5069ebf1a56d9 (diff)
[ruby/rdoc] Use omit of test-unit instead of skip of minitest
https://github.com/ruby/rdoc/commit/1c5bf2ae1d
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'