Skip to content

Instantly share code, notes, and snippets.

@ChrisLGardner
Created June 12, 2018 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChrisLGardner/e140b6b4dd367b49ba221531ad615c6d to your computer and use it in GitHub Desktop.
Save ChrisLGardner/e140b6b4dd367b49ba221531ad615c6d to your computer and use it in GitHub Desktop.
describe "doing some testing" {
Get-Command -Module TunableSSLValidator | % {
It "Should not have any conflicting names for $($_.Name) function" {
(Get-Command $_.Name -All).count | Should -Not -BeGreaterThan 1
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment