标签: ruby rspec
我想停止包含以下值之一的请求:
身份验证
stub_request(:post,/.*/)。 with(body:/ zimpler /)。 to_return(状态:200,正文:xml_file)
如果这些值之一出现在请求中,我想返回状态200。
如何实现此匹配?