I have the following method in one of my controlllers:
def ping @obj.last_ping_at = DateTime.now @obj.save! end
I would like to test that thi