Skip to content

Commit f493536

Browse files
committed
1 parent 8b1938e commit f493536

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/api_blueprint_documentation.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Feature: Generate API Blueprint documentation from test examples
248248
Scenario: Index file should look like we expect
249249
Then the file "doc/api/index.apib" should contain exactly:
250250
"""
251-
FORMAT: A1
251+
FORMAT: 1A
252252
253253
# Group Instructions
254254

templates/rspec_api_documentation/api_blueprint_index.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FORMAT: A1
1+
FORMAT: 1A
22
{{# sections }}
33

44
# Group {{ resource_name }}

0 commit comments

Comments
 (0)