stuartleeks / posh-HumpCompletion

When working with some PowerShell modules, there can be a large number of cmdlets, and the cmdlet names can get quite long. posh-HumpCompletion adds support for "hump completion". This means that it will use the capitals in the cmdlet name as the identifiers, i.e. `"Get-DC<tab>"` would complete for Get-DnsClient, Get-DnsClientCache, Get-DscConfiguration, Get-DomainController etc.
MIT License
34 stars 7 forks source link

Fix build - Pester assertions not found #3

Closed stuartleeks closed 7 years ago

stuartleeks commented 7 years ago

Fix 'MatchArrayOrdered' is not a valid Should operator in build: https://ci.appveyor.com/project/stuartleeks/posh-humpcompletion

stuartleeks commented 7 years ago

After investigation, appveyor now includes Pester v4 which changes how assertions are registered.

Current status:

Waiting on either of those changing...

stuartleeks commented 7 years ago

Fixed by #4