Sha256: 3fad66d4f5edf061f84e94425470344bef95ed384f1ba7f430ad0d6454960293
Contents?: true
Size: 278 Bytes
Versions: 10
Compression:
Stored size: 278 Bytes
Contents
$:.unshift File.dirname(__FILE__) require 'test_helper' module ChefVPCToolkit class UtilTest < Test::Unit::TestCase def test_hostname assert_not_nil Util.hostname end def test_load_public_key key=Util.load_public_key assert_not_nil key end end end
Version data entries
10 entries across 10 versions & 1 rubygems