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