require File.expand_path('../../../../../spec_helper', __FILE__) require 'net/http' describe "Net::HTTP.https_default_port" do it "returns 443" do Net::HTTP.https_default_port.should eql(443) end end