/**
  * @test
  */
 public function getLeaderReturnsInitialValueForString()
 {
     $this->assertSame('', $this->subject->getLeader());
 }