存根请求(如果包含关键字)

时间:2018-09-17 14:15:35

标签: ruby rspec

无论发布地址和内容如何,​​我都想对rspec文件中包含关键字zimpler的请求进行存根。

  stub_request(:post, "http://www.example.com/").
             with(body: "zimpler")
             to_return(:status => 200, :body => xml_file, :headers => {})

有没有一种实现方法?

0 个答案:

没有答案