brooklynDev / airborne

RSpec driven API testing framework
MIT License
1.13k stars 122 forks source link

Is it possible to use on a non-request spec? #144

Open axelson opened 6 years ago

axelson commented 6 years ago

I would love to be able to use this type of response validation without making an HTTP request but instead operating directly on JSON that I already have but unless I'm missing something this isn't currently possible with this library.