Skip to content

Commit e9af6a5

Browse files
committed
Turn off URL globbing parser for curl get requests
1 parent bcc806d commit e9af6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec_api_documentation/curl.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def post
1616
end
1717

1818
def get
19-
"curl \"#{url}#{get_data}\" -X GET #{headers}"
19+
"curl -g \"#{url}#{get_data}\" -X GET #{headers}"
2020
end
2121

2222
def head

0 commit comments

Comments
 (0)