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