diff --git a/spec/manifique/web_client_spec.rb b/spec/manifique/web_client_spec.rb index 1599653..51b9baf 100644 --- a/spec/manifique/web_client_spec.rb +++ b/spec/manifique/web_client_spec.rb @@ -67,7 +67,7 @@ RSpec.describe Manifique::WebClient do } end - it "raises an exception on timouts" do + it "raises an exception on timeouts" do expect { client.send(:do_get_request, 'http://example.com/timeout') }.to raise_error("Failed to connect")