summaryrefslogtreecommitdiff
path: root/test/irb/test_color.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-31 14:56:50 +0900
committergit <svn-admin@ruby-lang.org>2021-08-30 12:39:23 +0900
commit598f4f42196a51d922f539fa885173c39312b427 (patch)
tree396b3c30e18c7ef2d015fb6eb4895a82b87fe33e /test/irb/test_color.rb
parentbe9cc6c75865b24652d001f0f34f2e63180418c6 (diff)
downloadruby-598f4f42196a51d922f539fa885173c39312b427.tar.gz
[ruby/irb] Use pend instead of skip
https://github.com/ruby/irb/commit/f441ce35bf
Diffstat (limited to 'test/irb/test_color.rb')
-rw-r--r--test/irb/test_color.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/irb/test_color.rb b/test/irb/test_color.rb
index ba99b1253f..6ad64a0ae2 100644
--- a/test/irb/test_color.rb
+++ b/test/irb/test_color.rb
@@ -147,7 +147,7 @@ module TestIRB
def test_colorize_code_complete_true
unless complete_option_supported?
- skip '`complete: true` is the same as `complete: false` in Ruby 2.6-'
+ pend '`complete: true` is the same as `complete: false` in Ruby 2.6-'
end
# `complete: true` behaviors. Warn end-of-file.