Reputation: 107
I recently worked on a API service, and I'm using Grape framework, but I don't quite understand how can I write rspec for my API
Upvotes: 1
Views: 4085
Reputation: 3859
You can use Rack::Test as described in this blog post.
Rack::Test
Upvotes: 2