xkcd.tests.ps1

Import-Module XKCD

Describe 'Basic Tests' {

    It 'Get-XKCD should return a result' {
        Get-XKCD | Should Be $true
    }

}