github :: MockGithubAPI :: has_response
self have a mock response for Github path?
# Does `self` have a mock response for Github `path`?
fun has_response(path: String): Bool do
return test_responses.has_key(path)
end
lib/github/tests/test_api.nit:86,2--89,4