public function itShouldNormalizeStringToUrlSafeOne()
 {
     $this->spec(Ra_StringHelper::normalize("Hi i'm to be normalized"))->should->be("hi-im-to-be-normalized");
 }