Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
docelic committed Nov 16, 2019
1 parent bf6566e commit 9a702c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/new_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ describe Terminfo do

data = Terminfo::Data.new autodetect: true
data.name.should eq "xterm"

data = Terminfo::Data.new
data.name.should eq "xterm"
end

0 comments on commit 9a702c8

Please sign in to comment.