chrisbenti / PS-Config

Powershell Config
60 stars 8 forks source link

New Pester Build Broke Tests #21

Closed weswigham closed 10 years ago

weswigham commented 10 years ago

Looks like it's more stringent about some things, like when you Mock.

weswigham commented 10 years ago

Strange, I fixed the pester assert pretty easily, but the complaint about .Count is... confusing? Get-Module's return always has a .Count locally. What's up on appveyor?

chrisbenti commented 10 years ago

How did you fix the first one?

weswigham commented 10 years ago

Moved the mock definitions into the defines.

weswigham commented 10 years ago

Think i got it all in my branch, waiting for build