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 ef445c0 commit 28a5284Copy full SHA for 28a5284
test/test_all.rb
@@ -3,5 +3,5 @@
3
#puts Net::SSH::Version::CURRENT
4
require 'common'
5
Dir.chdir(File.dirname(__FILE__)) do
6
- Dir['**/test_*.rb'].each { |file| require(file) }
+ Dir['**/test_*.rb'].each { |file| require(file) unless file == File.basename(__FILE__) }
7
end
0 commit comments