Thang Le Sy
Thang Le Sy

Reputation: 107

how to write Rspec for a ruby API use Grape

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

Answers (1)

Leventix
Leventix

Reputation: 3859

You can use Rack::Test as described in this blog post.

Upvotes: 2

Related Questions