WebMock: Rspec - Test Facebook Validation by using JSON response WebMock: Rspec - Test Facebook Validation by using JSON response json json

WebMock: Rspec - Test Facebook Validation by using JSON response


You are stubbing HTTPS request but doing an HTTP with port 443, That's why Webmock doesn't find the right stub.read Using Net::HTTP.get for an https url