class WebMock::RequestStub

def with(params = {}, &block)

def with(params = {}, &block)
  @request_pattern.with(params, &block)
  self
end