Update spec/manifique/web_client_spec.rb

Co-authored-by: Garret Alfert <garret@5apps.com>
This commit is contained in:
Basti 2020-06-09 14:14:54 +02:00 committed by GitHub
parent 4c36da46fe
commit 3d9bdb1cab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")