DSInternals/Src/DSInternals.PowerShell/Tests/Path.Tests.ps1
2015-12-26 23:44:43 +01:00

10 lines
178 B
PowerShell

Describe "Test1" {
Context "Test1" {
#dir Env:\ > c:\e.txt
#Get-Variable > C:\v.txt
It "test" {
$true | Should BeExactly $true
}
}
}