Wie Webmock zu stub Anfrage mit einem Körper und Header zu verwenden? Ich habe versucht, regex WebMock.stub_request(:post, 'api.quickblox.com/').with(:body => /.*?/, :headers => /.*?/).to_return(:stat
Wie eine URL wie zum Spiel: http://www.example.com/foo/:id/bar
http://www.example.com/foo/1/bar
http://www.example.com/foo/999/bar
stub_request (Post, "www.example.com")