:sparkles: :rocket: Veggies is an awesome cucumberjs library for API/CLI testing. Great for testing APIs built upon Express, Koa, HAPI, Loopback and others. It's also the perfect companion for testing CLI applications built with commander, meow & Co.
This PR exposes the internal function used to assert an object matches a given spec in the httpApi extension.
We had to reimplement this logic on various projects for custom step definitions.