You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm mounting multiple grape endpoints into rails. I'm able to use config.rack_app to set the app in each spec file without issue. But I was wondering if I could mass load (maybe in rspec) all the endpoints so they are all routable and available at once? Thanks!
The text was updated successfully, but these errors were encountered:
I'm mounting multiple grape endpoints into rails. I'm able to use
config.rack_app
to set the app in each spec file without issue. But I was wondering if I could mass load (maybe in rspec) all the endpoints so they are all routable and available at once? Thanks!The text was updated successfully, but these errors were encountered: