public function testSynchronise()
 {
     \DB::table('services')->truncate();
     $this->call('GET', action($this->controller . '@getSynchronize'), ['router' => $this->app->make('Illuminate\\Contracts\\Routing\\Registrar')]);
     $this->assertTrue(\Distilleries\Expendable\Models\Service::count() > 0);
 }