Skip to content

Commit

Permalink
require irb/version to test IRB::VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
tompng authored and hsbt committed Nov 15, 2023
1 parent 0c3a1c9 commit f8b8135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/irb/type_completion/test_type_analyze.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
return
end


require 'irb/version'
require 'irb/completion'
require 'irb/type_completion/completor'
require_relative '../helper'
Expand Down
1 change: 1 addition & 0 deletions test/irb/type_completion/test_type_completor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
return
end

require 'irb/version'
require 'irb/type_completion/completor'
require_relative '../helper'

Expand Down

0 comments on commit f8b8135

Please sign in to comment.