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.
1 parent a516b22 commit 58b4003Copy full SHA for 58b4003
spec/openai/client/client_spec.rb renamed to spec/openai/client/http_spec.rb
@@ -1,8 +1,4 @@
1
-RSpec.describe OpenAI::Client do
2
- it "can be initialized" do
3
- expect { OpenAI::Client.new }.not_to raise_error
4
- end
5
-
+RSpec.describe OpenAI::HTTP do
6
describe "with an aggressive timeout" do
7
let(:timeout_errors) { [Faraday::ConnectionFailed, Faraday::TimeoutError] }
8
let(:timeout) { 0 }
0 commit comments