Does self have a mock response for Github path?

Property definitions

github $ MockGithubAPI :: has_response
	# 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