public function testSingleSpace()
 {
     $singleSpaced = $this->genUtil->singleSpace($this->words);
     $this->assertEquals($this->correct, $singleSpaced);
 }