@@ -146,7 +146,7 @@ Feature: Generate Markdown documentation from test examples
146
146
And the exit status should be 0
147
147
148
148
Scenario : Index file should look like we expect
149
- Then the file "doc/api/index.markdown " should contain exactly:
149
+ Then the file "doc/api/index.md " should contain exactly:
150
150
"""
151
151
# Example API
152
152
Example API Description
@@ -155,19 +155,19 @@ Feature: Generate Markdown documentation from test examples
155
155
156
156
Getting help
157
157
158
- * [Getting welcome message](help/getting_welcome_message.markdown )
158
+ * [Getting welcome message](help/getting_welcome_message.md )
159
159
160
160
## Orders
161
161
162
- * [Creating an order](orders/creating_an_order.markdown )
163
- * [Deleting an order](orders/deleting_an_order.markdown )
164
- * [Getting a list of orders](orders/getting_a_list_of_orders.markdown )
165
- * [Getting a specific order](orders/getting_a_specific_order.markdown )
166
- * [Updating an order](orders/updating_an_order.markdown )
162
+ * [Creating an order](orders/creating_an_order.md )
163
+ * [Deleting an order](orders/deleting_an_order.md )
164
+ * [Getting a list of orders](orders/getting_a_list_of_orders.md )
165
+ * [Getting a specific order](orders/getting_a_specific_order.md )
166
+ * [Updating an order](orders/updating_an_order.md )
167
167
"""
168
168
169
169
Scenario : Example 'Getting a list of orders' file should look like we expect
170
- Then the file "doc/api/orders/getting_a_list_of_orders.markdown " should contain exactly:
170
+ Then the file "doc/api/orders/getting_a_list_of_orders.md " should contain exactly:
171
171
"""
172
172
# Orders API
173
173
@@ -222,7 +222,7 @@ Feature: Generate Markdown documentation from test examples
222
222
"""
223
223
224
224
Scenario : Example 'Creating an order' file should look like we expect
225
- Then the file "doc/api/orders/creating_an_order.markdown " should contain exactly:
225
+ Then the file "doc/api/orders/creating_an_order.md " should contain exactly:
226
226
"""
227
227
# Orders API
228
228
@@ -266,16 +266,16 @@ Feature: Generate Markdown documentation from test examples
266
266
"""
267
267
268
268
Scenario : Example 'Deleting an order' file should be created
269
- Then a file named "doc/api/orders/deleting_an_order.markdown " should exist
269
+ Then a file named "doc/api/orders/deleting_an_order.md " should exist
270
270
271
271
Scenario : Example 'Getting a list of orders' file should be created
272
- Then a file named "doc/api/orders/getting_a_list_of_orders.markdown " should exist
272
+ Then a file named "doc/api/orders/getting_a_list_of_orders.md " should exist
273
273
274
274
Scenario : Example 'Getting a specific order' file should be created
275
- Then a file named "doc/api/orders/getting_a_specific_order.markdown " should exist
275
+ Then a file named "doc/api/orders/getting_a_specific_order.md " should exist
276
276
277
277
Scenario : Example 'Updating an order' file should be created
278
- Then a file named "doc/api/orders/updating_an_order.markdown " should exist
278
+ Then a file named "doc/api/orders/updating_an_order.md " should exist
279
279
280
280
Scenario : Example 'Getting welcome message' file should be created
281
- Then a file named "doc/api/help/getting_welcome_message.markdown " should exist
281
+ Then a file named "doc/api/help/getting_welcome_message.md " should exist
0 commit comments