class Fbe::FakeOctokit

def rate_limit

def rate_limit
  o = Object.new
  def o.remaining
    100
  end
  o
end