mabiesen / rails_universal_api

attempting a dry-er, more developer-controlled approach to cross-project api usage.
1 stars 0 forks source link

Spec test invalid keys #34

Closed mabiesen closed 4 years ago

mabiesen commented 4 years ago

BUG

when EndpointRequestBuilder validate_param was called with bad parameter names it was erroring with undefined method. Corrected and tested, added additional tests