Skip to content

Commit

Permalink
Revert "[ruby/irb] Add test_complete_symbol"
Browse files Browse the repository at this point in the history
This reverts commit 3af3431.
  • Loading branch information
hsbt committed Feb 12, 2020
1 parent 16f5d63 commit 166c4a6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/irb/test_completion.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ def test_complete_numeric
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
Expand Down

0 comments on commit 166c4a6

Please sign in to comment.