We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcc806d + e086d9a commit 9a55d1fCopy full SHA for 9a55d1f
features/slate_documentation.feature
@@ -203,7 +203,7 @@ Feature: Generate Slate documentation from test examples
203
204
205
```shell
206
- curl "http://localhost:3000/orders" -X GET \
+ curl -g "http://localhost:3000/orders" -X GET \
207
-H "Host: example.org" \
208
-H "Cookie: "
209
"""
lib/rspec_api_documentation/curl.rb
@@ -16,7 +16,7 @@ def post
16
end
17
18
def get
19
- "curl \"#{url}#{get_data}\" -X GET #{headers}"
+ "curl -g \"#{url}#{get_data}\" -X GET #{headers}"
20
21
22
def head
0 commit comments