Romanx / Cake.Coverlet

Coverlet extensions for Cake Build
MIT License
40 stars 15 forks source link

Fix enum toString #14

Closed austinlparker closed 5 years ago

austinlparker commented 5 years ago

This seems to correct the issue I reported in #13.

FWIW I spent a while trying to come up for tests around this, but it's a real pain in the butt to mock ICakeContext :(

Romanx commented 5 years ago

@austinlparker Thank you very much for the contribution. I think there are some helpers for mocking the ICakeContext for tests, i'll take a look to see if I can produce a test for this.

Thanks,