generator-rps
Version:
Generator-rps is a starting point for frontend projects powered by Yeoman.
11 lines (8 loc) • 324 B
text/coffeescript
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