We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6faabe commit 64b5b60Copy full SHA for 64b5b60
test/test_all.rb
@@ -1,4 +1,7 @@
1
-# $ ruby -Ilib -Itest -rrubygems test/test_all.rb
+# $ ruby -I../net-ssh/lib -Ilib -Itest -rrubygems test/test_all.rb
2
+#require 'net/ssh'
3
+#puts Net::SSH::Version::CURRENT
4
+require 'common'
5
Dir.chdir(File.dirname(__FILE__)) do
6
Dir['**/test_*.rb'].each { |file| require(file) }
7
end
0 commit comments