Skip to content

Commit 03e7d8c

Browse files
author
Paulo Mateus Moura da Silva
committed
Fix #394 Test description
1 parent 2c4f25a commit 03e7d8c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

features/api_blueprint_documentation.feature

+2
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,8 @@ Feature: Generate API Blueprint documentation from test examples
250250
"""
251251
FORMAT: 1A
252252
# Example API
253+
254+
Example API Description
253255
254256
# Group Instructions
255257

templates/rspec_api_documentation/api_blueprint_index.mustache

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FORMAT: 1A
22
# {{ api_name }}
33
{{ api_explanation }}
4-
54
{{# sections }}
65

76
# Group {{ resource_name }}

0 commit comments

Comments
 (0)