Sha256: 1f9c850bf8bff43e4d54df930cb35b05bbc7dcf1cafbd552bc918fe44d74a0ae
Contents?: true
Size: 270 Bytes
Versions: 6
Compression:
Stored size: 270 Bytes
Contents
require File.dirname(__FILE__) + '/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
6 entries across 6 versions & 1 rubygems