Basic Info
- Faraday Version: 2.0 pre 4
- Ruby Version: 3.0.2
Issue description
Try to do a basic get like in the doc:
require 'faraday'
response = Faraday.get 'http://httpbingo.org'
print response.body
Error message : no stubbed request for get http://httpbingo.org (Faraday::Adapter::Test::Stubs::NotFound)
Steps to reproduce
If possible, please provide the steps to reproduce the issue.
CHECKLIST (delete before creating the issue)
- If you're not reporting a bug/issue, you can ignore this whole template.
- Are you using the latest Faraday version? If not, please check the Releases page to see if the issue has already been fixed.
- Provide the Faraday and Ruby Version you're using while experiencing the issue.
- Fill the
Issue description and Steps to Reproduce sections.
- Delete this checklist before posting the issue.
Basic Info
Issue description
Try to do a basic get like in the doc:
require 'faraday'
response = Faraday.get 'http://httpbingo.org'
print response.body
Error message : no stubbed request for get http://httpbingo.org (Faraday::Adapter::Test::Stubs::NotFound)
Steps to reproduce
If possible, please provide the steps to reproduce the issue.
CHECKLIST (delete before creating the issue)
Issue descriptionandSteps to Reproducesections.