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