[lang-ref] ( get_current_directory ) ( powershell )
It 'should get current directory' {
# Get-Location
(Get-Location).Path | Should -Be (Split-Path -Parent (Split-Path -Parent $PSScriptRoot))
}
It 'should get current directory' {
# Get-Location
(Get-Location).Path | Should -Be (Split-Path -Parent (Split-Path -Parent $PSScriptRoot))
}