UNPKG

generator-rps

Version:

Generator-rps is a starting point for frontend projects powered by Yeoman.

8 lines (6 loc) 166 B
module.exports = (grunt) -> grunt.config "cucumberjs", files: 'features' options: steps: "features/step_definitions" grunt.loadNpmTasks "grunt-cucumber"