1

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

Thang Le Sy
  • 107
  • 1
  • 4
  • 6

1 Answers1

2

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

Leventix
  • 3,789
  • 1
  • 32
  • 41