ansible/test/integration/targets/win_pester/files/test01.tests.ps1
Jordan Borean 762fcf78b9
win_pester - Align dir scanning with Pester's defaults (#64880)
* win_pester - Align dir scanning with Pester's defaults

Co-authored-by: Coby Caldwell <cobycaldwell@gmail.com>

* Fix sanity issues
2019-11-15 13:53:30 +10:00

5 lines
No EOL
102 B
PowerShell

Describe -Name 'Test01' {
It -name 'First Test' {
{Get-Service} | Should Not Throw
}
}