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:
parent
0c3ac87345
commit
9f94a07e74
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
require_relative 'helper'
|
||||
require "reline"
|
||||
|
||||
class Reline::Test < Reline::TestCase
|
||||
class Reline::TestKey < Reline::TestCase
|
||||
def setup
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue