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.
2 parents f90fd50 + 2dc9607 commit 50bb349Copy full SHA for 50bb349
lib/webmock/http_lib_adapters/net_http.rb
@@ -200,9 +200,9 @@ def build_webmock_response(net_http_response)
200
201
202
def check_right_http_connection
203
- unless @@alredy_checked_for_right_http_connection ||= false
+ unless @@already_checked_for_right_http_connection ||= false
204
WebMock::NetHTTPUtility.puts_warning_for_right_http_if_needed
205
- @@alredy_checked_for_right_http_connection = true
+ @@already_checked_for_right_http_connection = true
206
end
207
208
0 commit comments