PowerShell / DscResources

Central repository for PowerShell Desired State Configuration (DSC) resources.
http://blogs.msdn.com/b/powershell/
MIT License
777 stars 205 forks source link

Update guidelines to the New Pester syntax #330

Closed johlju closed 6 years ago

johlju commented 6 years ago

As of issue #327, the recently merged guideline should also change to reflect the new Pester syntax. https://github.com/PowerShell/DscResources/blob/master/StyleGuidelines.md#capitalized-pester-assertions

Also the TestGuidelines.md should also be updated to be new Pester syntax.

Open this issue instead of adding on to issue #327 since that PR resolving has gone thru review and are about to be merged.

PlagueHO commented 6 years ago

@johlju - I've submitted a PR for this one (and to fix up the MD rule violations to TestGuidelines.md).

See https://github.com/PowerShell/DscResources/pull/336