Sha256: 911b24024b69b13eaf756f3c1d3f5c5ecbdf40d503c5ea70c73432c68dc405e3
Contents?: true
Size: 431 Bytes
Versions: 4
Compression:
Stored size: 431 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.1 | test/tc_admin.rb |
sys-admin-1.4.2 | test/tc_admin.rb |
sys-admin-1.4.0 | test/tc_admin.rb |
sys-admin-1.4.3 | test/tc_admin.rb |