我最近开发了一个应用程序接口服务,我正在使用Grape框架,但我不太明白如何为我的应用程序接口编写rspec
发布于 2016-02-26 00:41:52
您可以按照in this blog post的说明使用Rack::Test。
Rack::Test
https://stackoverflow.com/questions/35633054
相似问题