Skip to content

Files

Latest commit

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

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 15, 2018
Feb 15, 2018

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.