Skip to content

Commit 58b4003

Browse files
committed
Rename spec
1 parent a516b22 commit 58b4003

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

spec/openai/client/client_spec.rb renamed to spec/openai/client/http_spec.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
1+
RSpec.describe OpenAI::HTTP do
62
describe "with an aggressive timeout" do
73
let(:timeout_errors) { [Faraday::ConnectionFailed, Faraday::TimeoutError] }
84
let(:timeout) { 0 }

0 commit comments

Comments
 (0)