Sha256: 60f1e7225f5decc0fa6c32c756ee2ca222aa4b6b7d07c59bec63dddd390978c8

Contents?: true

Size: 910 Bytes

Versions: 12

Compression:

Stored size: 910 Bytes

Contents

#--
# =============================================================================
# Copyright (c) 2004,2005 Jamis Buck (jamis@37signals.com)
# All rights reserved.
#
# This source file is distributed as part of the Net::SSH Secure Shell Client
# library for Ruby. This file (and the library as a whole) may be used only as
# allowed by either the BSD license, or the Ruby license (or, by association
# with the Ruby license, the GPL). See the "doc" subdirectory of the Net::SSH
# distribution for the texts of these licenses.
# -----------------------------------------------------------------------------
# net-ssh website : http://net-ssh.rubyforge.org
# project website: http://rubyforge.org/projects/net-ssh
# =============================================================================
#++

$run_integration_tests = ARGV.include?( "-i" )
Dir["#{File.dirname(__FILE__)}/**/tc_*.rb"].each { |f| load f }

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
net-ssh-1.0.10 test/ALL-TESTS.rb
net-ssh-1.0.6 test/ALL-TESTS.rb
net-ssh-1.0.4 test/ALL-TESTS.rb
net-ssh-1.0.5 test/ALL-TESTS.rb
net-ssh-1.0.8 test/ALL-TESTS.rb
net-ssh-1.0.9 test/ALL-TESTS.rb
net-ssh-1.0.7 test/ALL-TESTS.rb
net-ssh-1.1.1 test/ALL-TESTS.rb
net-ssh-1.1.0 test/ALL-TESTS.rb
net-ssh-1.1.2 test/ALL-TESTS.rb
net-ssh-1.1.4 test/ALL-TESTS.rb
net-ssh-1.1.3 test/ALL-TESTS.rb