Skip to content

Commit

Permalink
[ruby/reline] Consolidate tests that were unnecessarily divided
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta authored and matzbot committed Jan 1, 2022
1 parent 7deee74 commit 0af9eab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/reline/test_terminfo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ def test_tigetflag

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?

0 comments on commit 0af9eab

Please sign in to comment.