features/workspaces/step_definitions/workspaces.js (6 lines of code) (raw):

module.exports = function() { this.Before("@workspaces", function (callback) { this.service = new this.AWS.WorkSpaces(); callback(); }); // Add step definitions };