summaryrefslogtreecommitdiff
path: root/test/rdoc/test_rdoc_i18n_locale.rb
diff options
context:
space:
mode:
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 746d659c67..43fd7e2197 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
- omit 'gettext gem is not found'
+ skip 'gettext gem is not found'
end
fr_locale_dir = File.join @locale_dir, 'fr'