Jacob Hicks
Jacob Hicks
A simple example is that the `Content-Type` doesn't appear to be validated. I have a `Content-Type` in my spec that doesn't match what the actual response has. I would have...
I believe for us, our solution is to exclude the target. Following the example from @michaelgwelch above, instead of `git log --first-parent v4ish...v5ish`, this would be more appropriate: `git log...
Have you tried setting the `AllowMultiInstance` parser setting to `true`? By default it is `false`. Without it true, it will cause an error that options can't be repeated, and is...