Cleared 2m ago · zerocracy/judges-action #760 · Ruby · ★ 31 · MIT

Inefficient GitHub HTTP request stubbing with WebMock in tests

Currently, we stub HTTP requests to GitHub with the help of WebMock. This makes our tests pretty long and ugly. Instead, we can use a fake implementation of GitHub API as a server. Let's try to use this one: https://github.com/h1alexbel/fakehub We can try something else if we…

What we checked

Similar unclaimed issues