private function createCategory()
 {
     Category::create(['name' => 'Ruby']);
 }