interagent / committee

A collection of Rack middleware to support JSON Schema.
MIT License
884 stars 137 forks source link

Use `Object#stub` instead of rr #409

Closed ydah closed 10 months ago

ydah commented 10 months ago

Since the last commit for rr is in 2022, and currently, only the stub feature of rr is being used in committee, I believe it is possible to replace this with Object#stub provided by Minitest. In general, I think it's better to minimize dependencies. WDYT?