Aaron Jensen

Results 14 comments of Aaron Jensen

I was just coming to report/request that the `TestResult.Enabled` flag should be automatically set to `true` if *any* of the `TestResult` properties are set *and* `Enabled` hasn't been explicitly set.....

Any chance we can get this merged and a new version released?

If you give me a little direction on how you'd like this implemented, I can put together a PR. We use [Whiskey](https://github.com/webmd-health-services/Whiskey/wiki) to run our builds, and it has a...

[PR](https://github.com/pester/Pester/pull/2239)

I wouldn't mind putting together a pull request for this feature. I just need help navigating to the right spot in the code. I looked in the `yo` module but...

My tests don't use `chef_run`, so you're solution doesn't work for me. :( Really wish this was documented somewhere.

Here's an example. I'm trying to mock `RemoveDnsServerResourceRecord`, which accepts objects returned by `Get-DnsServerResourceRecord` as input: ```powershell [Object[]] $records = Get-DnsServerResourceRecord -Name $curName @dnsArgs -ErrorAction Ignore foreach ($record in $records)...

@jkimalane Any chance you can also remove the value from the warning message? Vault is supposed to protect secrets, so they shouldn't be printed to the output.