Skip to content

Commit 2e69137

Browse files
committed
Use version dependant library for completion test
1 parent 92141d6 commit 2e69137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/irb/test_completion.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ def object.to_s; raise; end
124124
end
125125

126126
def test_complete_require_library_name_first
127-
candidates = IRB::RegexpCompletor.new.completion_candidates("require ", "'csv", "", bind: binding)
128-
assert_equal "'csv", candidates.first
127+
candidates = IRB::RegexpCompletor.new.completion_candidates("require ", "'coverage", "", bind: binding)
128+
assert_equal "'coverage", candidates.first
129129
end
130130

131131
def test_complete_require_relative

0 commit comments

Comments
 (0)