Closed josqu4red closed 9 years ago
In https://github.com/kostya/eye/blob/master/lib/eye/checker/http.rb#L24, Net::HTTPResponse::CODE_TO_OBJ keys are strings, (ruby 2.2 at least) so test on Fixnum type does not work.
Net::HTTPResponse::CODE_TO_OBJ
In https://github.com/kostya/eye/blob/master/lib/eye/checker/http.rb#L24,
Net::HTTPResponse::CODE_TO_OBJ
keys are strings, (ruby 2.2 at least) so test on Fixnum type does not work.