summaryrefslogtreecommitdiff
path: root/test/net/smtp/test_response.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/net/smtp/test_response.rb')
-rw-r--r--test/net/smtp/test_response.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/net/smtp/test_response.rb b/test/net/smtp/test_response.rb
index e7011e0fb5..cfd90b18ec 100644
--- a/test/net/smtp/test_response.rb
+++ b/test/net/smtp/test_response.rb
@@ -1,9 +1,9 @@
require 'net/smtp'
-require 'minitest/autorun'
+require 'test/unit'
module Net
class SMTP
- class TestResponse < MiniTest::Unit::TestCase
+ class TestResponse < Test::Unit::TestCase
def test_capabilities
res = Response.parse("250-ubuntu-desktop\n250-PIPELINING\n250-SIZE 10240000\n250-VRFY\n250-ETRN\n250-STARTTLS\n250-ENHANCEDSTATUSCODES\n250 DSN\n")