class Fbe::FakeOctokit

def random_time

def random_time
  Time.now - rand(10_000)
end