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

Allow users to specify book's title, author(s), and version #5

Closed danielpacak closed 9 years ago

danielpacak commented 9 years ago
Given `featurebook.json` file in the book's root directory
And contains property `title`
And contains property `authors`
And contains property `version`
When I serve the book
Then I should see the title, authors, and version displayed in a web browser
{
  "title": "Specification by Example",
  "authors": [
    "Daniel Pacak"
  ],
  "version": "1.0.0-beta"
}