Skip to content

Commit

Permalink
Change tests to require stringio dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Nov 26, 2023
1 parent 7f9f748 commit cb3c39c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/unit/screen_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require "delegate"
require "stringio"

RSpec.describe TTY::Screen do
class Output < SimpleDelegator
Expand Down

0 comments on commit cb3c39c

Please sign in to comment.