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

Version Path
chef-vpc-toolkit-2.8.2 test/util_test.rb
chef-vpc-toolkit-2.8.1 test/util_test.rb
chef-vpc-toolkit-2.8.0 test/util_test.rb
chef-vpc-toolkit-2.7.2 test/util_test.rb
chef-vpc-toolkit-2.7.1 test/util_test.rb
chef-vpc-toolkit-2.7.0 test/util_test.rb
chef-vpc-toolkit-2.6.1 test/util_test.rb
chef-vpc-toolkit-2.6.0 test/util_test.rb
chef-vpc-toolkit-2.5.2 test/util_test.rb
chef-vpc-toolkit-2.5.1 test/util_test.rb