Sha256: dfb6b37ee7aaec094317e11cfe3b895124a1a05d5268ce8d419b6912b431db28
Contents?: true
Size: 311 Bytes
Versions: 101
Compression:
Stored size: 311 Bytes
Contents
require "test_helper" class ConfigSSHTest < Test::Unit::TestCase setup do @env = vagrant_env end should "expand any path when requesting the value" do result = File.expand_path(@env.config.ssh.private_key_path, @env.root_path) assert_equal result, @env.config.ssh.private_key_path end end
Version data entries
101 entries across 101 versions & 9 rubygems