def testInsertEntity(self):
     RateItUser().put()
     self.assertEqual(1, len(RateItUser.all().fetch(2)))