mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Pend test_complete_require_library_name_first
This commit is contained in:
parent
225a29b9bc
commit
40a65030e5
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue