/**
  * @expectedException lygav\slackbot\Exceptions\SlackRequestException
  */
 public function testThrowExceptionOnEmptyRequest()
 {
     $bot = new SlackBot($this->url);
     $bot->send();
 }