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

[ruby/reline] Consolidate tests that were unnecessarily divided

https://github.com/ruby/reline/commit/62eec42e4a
This commit is contained in:
aycabta 2022-01-01 23:13:47 +09:00 committed by git
parent 7deee741ab
commit 0af9eab08e

View file

@ -38,9 +38,6 @@ class Reline::Terminfo::Test < Reline::TestCase
def test_tigetflag_with_error
assert_raise(Reline::Terminfo::TerminfoError) { Reline::Terminfo.tigetflag('cuu') }
end
def test_tigetflag_with_error_unknwon
assert_raise(Reline::Terminfo::TerminfoError) { Reline::Terminfo.tigetflag('unknown') }
end
end if Reline::Terminfo.enabled?