UNPKG

generator-mg

Version:

Mg is the starting point for all frontend projects at Sparkbox

11 lines (8 loc) 324 B
testingSteps = -> this.Given /^grunt is running$/, (callback) -> # express the regexp above with the code you wish you had callback.pending() this.Then /^I can run tests$/, (callback) -> # express the regexp above with the code you wish you had callback.pending() module.exports = testingSteps