1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/reline] Fix test class not to overwrite

https://github.com/ruby/reline/commit/1e78984c49
This commit is contained in:
Nobuyoshi Nakada 2021-10-11 20:29:05 +09:00 committed by git
parent 0c3ac87345
commit 9f94a07e74

View file

@ -1,7 +1,7 @@
require_relative 'helper'
require "reline"
class Reline::Test < Reline::TestCase
class Reline::TestKey < Reline::TestCase
def setup
end