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 35a17c2 commit ce5ad24Copy full SHA for ce5ad24
test/mcp/client/http_test.rb
@@ -30,7 +30,7 @@ def test_raises_load_error_when_faraday_not_available
30
Http.any_instance.stubs(:require).with("faraday").raises(LoadError, "cannot load such file -- faraday")
31
32
error = assert_raises(LoadError) do
33
- # I picked #tools arbritarily.
+ # I picked #tools arbitrarily.
34
# This should immediately try to instantiate the client and fail
35
client.tools
36
end
0 commit comments