标签: ruby rspec
无论发布地址和内容如何,我都想对rspec文件中包含关键字zimpler的请求进行存根。
zimpler
stub_request(:post, "http://www.example.com/"). with(body: "zimpler") to_return(:status => 200, :body => xml_file, :headers => {})
有没有一种实现方法?