Skip to content

Instantly share code, notes, and snippets.

@gabrielrojasnyc
Created April 6, 2018 12:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabrielrojasnyc/b670f7d4a02223879168c57c75244541 to your computer and use it in GitHub Desktop.
Save gabrielrojasnyc/b670f7d4a02223879168c57c75244541 to your computer and use it in GitHub Desktop.
# 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