5 lines
99 B
PowerShell
5 lines
99 B
PowerShell
|
Describe -Name 'Test02' {
|
||
|
It -name 'Second Test' {
|
||
|
{Get-Service} | Should Throw
|
||
|
}
|
||
|
}
|