summaryrefslogtreecommitdiff
path: root/test/transport/test_hmac.rb
diff options
context:
space:
mode:
authorMiklos Fazekas <mfazekas@szemafor.com>2016-03-26 18:52:05 +0100
committerMiklos Fazekas <mfazekas@szemafor.com>2016-03-26 21:39:27 +0100
commit985d35fb970298900f0756605e419c12302ff26c (patch)
tree483d877a162291d215a3a8b1907e4b58cc0f98ba /test/transport/test_hmac.rb
parent441e496ca91c552a7f5d47b02ffd78fc8865f810 (diff)
downloadnet-ssh-985d35fb970298900f0756605e419c12302ff26c.tar.gz
Migrated to minitest
Diffstat (limited to 'test/transport/test_hmac.rb')
-rw-r--r--test/transport/test_hmac.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/transport/test_hmac.rb b/test/transport/test_hmac.rb
index a9b2de8..55c4655 100644
--- a/test/transport/test_hmac.rb
+++ b/test/transport/test_hmac.rb
@@ -3,7 +3,7 @@ require 'net/ssh/transport/hmac'
module Transport
- class TestHMAC < Test::Unit::TestCase
+ class TestHMAC < NetSSHTest
Net::SSH::Transport::HMAC::MAP.each do |name, value|
method = name.tr("-", "_")
define_method("test_get_with_#{method}_returns_new_hmac_instance") do