Tests/Public/Users/New-Randomuser.tests.ps1
Describe "New-Randomuser" { It "Generates a random password" { $RandomPassword = New-Randomuser $RandomPassword | Should -not -be $null } } |
Describe "New-Randomuser" { It "Generates a random password" { $RandomPassword = New-Randomuser $RandomPassword | Should -not -be $null } } |