summaryrefslogtreecommitdiff
path: root/test/session_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/session_test.rb')
-rw-r--r--test/session_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/session_test.rb b/test/session_test.rb
index c453a97..42a56b2 100644
--- a/test/session_test.rb
+++ b/test/session_test.rb
@@ -1,7 +1,7 @@
require 'common'
require 'net/ssh/multi/session'
-class SessionTest < Test::Unit::TestCase
+class SessionTest < Minitest::Test
def setup
@session = Net::SSH::Multi::Session.new
end
@@ -198,4 +198,4 @@ class SessionTest < Test::Unit::TestCase
IO.expects(:select).with([:a, :b, :c], [:a, :c], nil, 5).returns([[:b, :c], [:a, :c]])
@session.process(5)
end
-end \ No newline at end of file
+end