mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
9339a7d9d4
commit
467b665a8b
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
||||||
|
require 'reline'
|
||||||
|
|
||||||
begin
|
begin
|
||||||
require 'yamatanooroti'
|
require 'yamatanooroti'
|
||||||
|
|
||||||
class Yamatanooroti::TestMultiplatform < Yamatanooroti::TestCase
|
class Reline::TestRendering < Yamatanooroti::TestCase
|
||||||
def setup
|
def setup
|
||||||
inputrc_backup = ENV['INPUTRC']
|
inputrc_backup = ENV['INPUTRC']
|
||||||
ENV['INPUTRC'] = 'nonexistent_file'
|
ENV['INPUTRC'] = 'nonexistent_file'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue