diff options
author | Miklos Fazekas <mfazekas@szemafor.com> | 2016-03-26 18:52:05 +0100 |
---|---|---|
committer | Miklos Fazekas <mfazekas@szemafor.com> | 2016-03-26 21:39:27 +0100 |
commit | 985d35fb970298900f0756605e419c12302ff26c (patch) | |
tree | 483d877a162291d215a3a8b1907e4b58cc0f98ba /test/transport/test_hmac.rb | |
parent | 441e496ca91c552a7f5d47b02ffd78fc8865f810 (diff) | |
download | net-ssh-985d35fb970298900f0756605e419c12302ff26c.tar.gz |
Migrated to minitest
Diffstat (limited to 'test/transport/test_hmac.rb')
-rw-r--r-- | test/transport/test_hmac.rb | 2 |
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 |