From 166c4a6a2838995e3465ab3ce263bf0b5239ddde Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 12 Feb 2020 14:38:40 +0900 Subject: Revert "[ruby/irb] Add test_complete_symbol" This reverts commit 3af3431c2c145134996e66f3d8d9ade8ad81bde0. --- test/irb/test_completion.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test') diff --git a/test/irb/test_completion.rb b/test/irb/test_completion.rb index cb6da5b1f2..b23f73ea30 100644 --- a/test/irb/test_completion.rb +++ b/test/irb/test_completion.rb @@ -26,12 +26,6 @@ module TestIRB assert_empty(IRB::InputCompletor.retrieve_completion_data("1i.positi", bind: binding)) end - def test_complete_symbol - :aiueo - assert_include(IRB::InputCompletor.retrieve_completion_data(":a", bind: binding), ":aiueo") - assert_empty(IRB::InputCompletor.retrieve_completion_data(":abcdefg", bind: binding)) - end - def test_complete_symbol_failure assert_nil(IRB::InputCompletor::PerfectMatchedProc.(":aiueo", bind: binding)) end -- cgit v1.2.3