Skip to content

Commit

Permalink
creating base for macro
Browse files Browse the repository at this point in the history
  • Loading branch information
judit-nahaj committed Oct 26, 2017
1 parent d89ca35 commit bd88f81
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
### Added

- Add code to apply preprocessing rules to Gherkin feature files ([#1](https://github.com/judit-nahaj/gherkin-precompiler/issues/1))
- Add predefined precompilers: replacer ([#2](https://github.com/judit-nahaj/gherkin-precompiler/issues/2))
- Add predefined prenpm logicompilers: replacer ([#2](https://github.com/judit-nahaj/gherkin-precompiler/issues/2))
14 changes: 14 additions & 0 deletions lib/builtIn/Macro.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
'use strict';

const DefaultConfig = require('../DefaultConfig');

/**
* Macro to create a Cucumber step by combining a block of steps, simplifying often recurring steps.
* @class
* @extends DefaultConfig
*/
class Macro extends DefaultConfig {

}

module.exports = Macro;
Empty file added lib/builtIn/Macro.md
Empty file.

0 comments on commit bd88f81

Please sign in to comment.