Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add Api Name
  • Loading branch information
joel committed Mar 8, 2018
commit 4378ce0ff657072aa124e50da4a606325c3cfb29
1 change: 1 addition & 0 deletions features/api_blueprint_documentation.feature
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ Feature: Generate API Blueprint documentation from test examples
Then the file "doc/api/index.apib" should contain exactly:
"""
FORMAT: 1A
# Example API

# Group Instructions

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FORMAT: 1A
# {{ api_name }}
{{# sections }}

# Group {{ resource_name }}
Expand Down