VoteController.prototype.isNegative = function isNegative (text) {
      return (text.indexOf(this.voteNegative) !== -1);
    };