Skip to content

Commit 3984e56

Browse files
committed
✅ Fix backport for net-imap v0.3
`Net::IMAP::Config` was introduced by `net-imap` v0.4.
1 parent fa92e49 commit 3984e56

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/net/imap/test_response_reader.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
require "test/unit"
66

77
class ResponseReaderTest < Test::Unit::TestCase
8-
def setup
9-
Net::IMAP.config.reset
10-
end
11-
128
class FakeClient
13-
def config; @config ||= Net::IMAP.config.new end
149
end
1510

1611
def literal(str) "{#{str.bytesize}}\r\n#{str}" end

0 commit comments

Comments
 (0)