Sha256: 3f738f6425a2dadfdd75da6b250654094e3eb735b8868882cfa9711fb42b4d00
Contents?: true
Size: 445 Bytes
Versions: 4
Compression:
Stored size: 445 Bytes
Contents
############################################################################### # tc_admin.rb # # This exists mostly for the sake of the gemspec, so that it calls the right # test suite based on the platform. ############################################################################### $LOAD_PATH.unshift Dir.pwd $LOAD_PATH.unshift Dir.pwd + "/test" if File::ALT_SEPARATOR require "tc_windows" else require "tc_unix" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sys-admin-1.4.2-mswin32 | test/tc_admin.rb |
sys-admin-1.4.1-mswin32 | test/tc_admin.rb |
sys-admin-1.4.0-mswin32 | test/tc_admin.rb |
sys-admin-1.4.3-x86-mswin32-60 | test/tc_admin.rb |