Mocking Requests With Partial URIs Using Regex
stub_request(:post, 'http://localhost:4000/api/posts')stub_request(:post, %r|/api/posts|)Last updated
stub_request(:post, 'http://localhost:4000/api/posts')stub_request(:post, %r|/api/posts|)Last updated