/**
  * @expectedException \Illuminate\Database\Eloquent\ModelNotFoundException
  */
 public function test_can_delete_category_fail()
 {
     $this->repository->delete(10);
 }