Sha256: ded27952e49396d089c6e7a2e56d91cb1d67cada646b703fb6a41c7837958b22

Contents?: true

Size: 576 Bytes

Versions: 8

Compression:

Stored size: 576 Bytes

Contents

$: << '.'

#     $ ruby -Ilib -Itest -rrubygems test/test_all.rb
#     $ ruby -Ilib -Itest -rrubygems test/transport/test_server_version.rb
Dir.chdir(File.dirname(__FILE__)) do
  test_files = Dir['**/test_*.rb']-['test_all.rb'] # prevent circular require
  test_files -= Dir['integration/test_*.rb']
  test_files = test_files.reject { |f| f =~ /^manual/ }
  test_files = test_files.select { |f| f =~ Regexp.new(ENV['ONLY']) } if ENV['ONLY']
  test_files = test_files.reject { |f| f =~ Regexp.new(ENV['EXCEPT']) } if ENV['EXCEPT']
  test_files.each { |file| require(file) }
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/net-ssh-3.0.1/test/test_all.rb
net-ssh-3.0.1 test/test_all.rb
net-ssh-3.0.1.rc1 test/test_all.rb
net-ssh-3.0.0.rc1 test/test_all.rb
net-ssh-2.10.1.rc2 test/test_all.rb
net-ssh-2.10.1.rc1 test/test_all.rb
net-ssh-2.10.0.beta2 test/test_all.rb
net-ssh-2.10.0.beta1 test/test_all.rb