Skip to content

Instantly share code, notes, and snippets.

@aadennis
Created January 12, 2017 07:50
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 aadennis/2806917c94c7abb6c7218e50ad5610bc to your computer and use it in GitHub Desktop.
Save aadennis/2806917c94c7abb6c7218e50ad5610bc to your computer and use it in GitHub Desktop.
$PSVersionTable
Describe "The simplest Pester test ever..." {
It "Adds 2 numbers" {
3 + 1 | Should be 4
}
}
@aadennis
Copy link
Author

pesterae04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment