Last active
June 1, 2016 13:47
-
-
Save vMarkusK/6f550dbd0ef34ba409538853a3a14e2b to your computer and use it in GitHub Desktop.
Basic Pesser Test
This file contains hidden or 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
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