summaryrefslogtreecommitdiff
path: root/test/multi_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/multi_test.rb')
-rw-r--r--test/multi_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/multi_test.rb b/test/multi_test.rb
index 0a5d5bb..7923859 100644
--- a/test/multi_test.rb
+++ b/test/multi_test.rb
@@ -1,7 +1,7 @@
require 'common'
require 'net/ssh/multi'
-class MultiTest < Test::Unit::TestCase
+class MultiTest < Minitest::Test
def test_start_with_block_should_yield_session_and_then_close
Net::SSH::Multi::Session.any_instance.expects(:loop)
Net::SSH::Multi::Session.any_instance.expects(:close)
@@ -17,4 +17,4 @@ class MultiTest < Test::Unit::TestCase
Net::SSH::Multi::Session.any_instance.expects(:close).never
assert_instance_of Net::SSH::Multi::Session, Net::SSH::Multi.start
end
-end \ No newline at end of file
+end