Generator.prototype.createTestFile = function createTestFile() {
  var dest = path.join(this.folder, this.name);
  this.createTest('functional', 'test_functional.coffee', dest);
};