SOFTWARE-CLINIC / featurebook

A command line tool (and Node.js library) for generating beautiful system specifications from Gherkin source files.
MIT License
40 stars 11 forks source link

[Parser] Error handling features with the `Background` keyword #4

Closed danielpacak closed 9 years ago

danielpacak commented 9 years ago
TypeError: Cannot read property 'steps' of undefined
    at Object.Lexer.step (c:\dev\workspace\github\featurebook\lib\gherkin-parser.js:52:21)
    at Lexer.scan (c:\dev\workspace\github\featurebook\node_modules\gherkin\lib\gherkin\lexer\en.js:938:19)
    at Object.parse (c:\dev\workspace\github\featurebook\lib\gherkin-parser.js:69:9)
    at c:\dev\workspace\github\featurebook\lib\serve-command.js:42:26
    at Layer.handle [as handle_request] (c:\dev\workspace\github\featurebook\node_modules\express\lib\router\layer.js:82:5)