[lang-ref] ソースファイルのディレクトリ名を取得 ( powershell )
It 'should get source directory path' {
# $PSScriptRoot
$PSScriptRoot | Should -Be (Join-Path (Get-Location) 'test\RuntimeInfo')
}
It 'should get source directory path' {
# $PSScriptRoot
$PSScriptRoot | Should -Be (Join-Path (Get-Location) 'test\RuntimeInfo')
}