diff --git a/tests/testsnmp.rb b/tests/testsnmp.rb new file mode 100644 index 0000000..a7dbc0c --- /dev/null +++ b/tests/testsnmp.rb @@ -0,0 +1,22 @@ +# $Id$ +# +# + + +$:.unshift "lib" + +require 'net/ldap' +require 'stringio' + + +class TestSnmp < Test::Unit::TestCase + + def setup + end + + def teardown + end + +end + +