summaryrefslogtreecommitdiff
path: root/test/authentication/methods/test_none.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/authentication/methods/test_none.rb')
-rw-r--r--test/authentication/methods/test_none.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/authentication/methods/test_none.rb b/test/authentication/methods/test_none.rb
index 8e31c08..223b33c 100644
--- a/test/authentication/methods/test_none.rb
+++ b/test/authentication/methods/test_none.rb
@@ -4,7 +4,6 @@ require 'authentication/methods/common'
module Authentication
module Methods
-
class TestNone < NetSSHTest
include Common
@@ -38,6 +37,5 @@ module Authentication
@subject ||= Net::SSH::Authentication::Methods::None.new(session(options), options)
end
end
-
end
end