repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Updated RubySpec source to 55122684.
[rbx.git]
/
spec
/
frozen
/
1.8
/
library
/
net
/
http
/
http_default_port_spec.rb
blob
05f9a733ba1388872c4e9ee1ee8d388b840ba1c9
1
require File.dirname(__FILE__) + '/../../../spec_helper'
2
require 'net/http'
3
4
describe "Net::HTTP.http_default_port" do
5
it "returns 80" do
6
Net::HTTP.http_default_port.should eql(80)
7
end
8
end