Generator.prototype.createHelperFiles = function createHelperFiles() {
  this.template('helper.coffee', this.getElementDest('helper'));

  this.createElementTest('helper');
};