diff --git a/test/irb/test_completion.rb b/test/irb/test_completion.rb index a1aa4b898d..819a958887 100644 --- a/test/irb/test_completion.rb +++ b/test/irb/test_completion.rb @@ -78,6 +78,7 @@ module TestIRB end def test_complete_require_library_name_first + pend 'Need to use virtual library paths' candidates = IRB::InputCompletor::CompletionProc.("'csv", "require ", "") assert_equal "'csv", candidates.first end