payout / rester

An exceedingly quick way of creating restful interfaces between Ruby services.
https://www.payout.com
MIT License
2 stars 0 forks source link

Report invalid contexts more gracefully #84

Closed roberthoner closed 8 years ago

roberthoner commented 8 years ago

In producer tests, the context specified in the spec is used to identify the stub you're wanting to test. If an incorrect context is specified, an unclear error is raised:

image

This should output a clearer message.