Skip to content

Commit 4378ce0

Browse files
committed
Add Api Name
1 parent a4acfcc commit 4378ce0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

features/api_blueprint_documentation.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ Feature: Generate API Blueprint documentation from test examples
249249
Then the file "doc/api/index.apib" should contain exactly:
250250
"""
251251
FORMAT: 1A
252+
# Example API
252253
253254
# Group Instructions
254255

templates/rspec_api_documentation/api_blueprint_index.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FORMAT: 1A
2+
# {{ api_name }}
23
{{# sections }}
34

45
# Group {{ resource_name }}

0 commit comments

Comments
 (0)