Skip to content

Instantly share code, notes, and snippets.

@vMarkusK
Last active June 1, 2016 13:47
Show Gist options
  • Save vMarkusK/6f550dbd0ef34ba409538853a3a14e2b to your computer and use it in GitHub Desktop.
Save vMarkusK/6f550dbd0ef34ba409538853a3a14e2b to your computer and use it in GitHub Desktop.
Basic Pesser Test
Describe 'Module Test' {
It 'Tests the Output of my Module' {
Install-Module -Name PSGallery-Test -Force; Import-Module -Name PSGallery-Test; Get-Awsome | Should Be 'Get Awsome, Learn PowerShell! (http://mycloudrevolution.com/)'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment