Skip to content

Files

Latest commit

author
Gimi Liang
Feb 15, 2018
d546033 · Feb 15, 2018

History

History
3 lines (3 loc) · 294 Bytes

File metadata and controls

3 lines (3 loc) · 294 Bytes

There are two reasons why we stub out all these webmock adapter:

  • Requiring 'http' (by the http_rb_adapter) will trigger a circle require warning (http/client <-> http/connection)
  • We only need mocking the standard library net/http, and we don't want to load a bunch of not used libraries.