ticketmaster / poshspec

Infrastructure Testing DSL running in Pester
MIT License
183 stars 32 forks source link

Correct dependency handling #60

Closed AspenForester closed 6 years ago

AspenForester commented 6 years ago

The existing release improperly imports Pester in the PSM1 in an attempt to ensure the dependency is fulfilled. This ends up impairing Pester's ability to be used on its own. The correct way to do this is by adding Pester to the "RequiredModules" section of the module manifest ("poshspec.psd1")

I did not increment the version ID in the manifest.