Created
April 6, 2018 12:14
-
-
Save gabrielrojasnyc/b670f7d4a02223879168c57c75244541 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# To simulate failure pester check | |
Describe 'Service' { | |
it 'is summit installed' { | |
get-service -Name Summit | Should be $true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment