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
/
shared
/
version_1_2.rb
blob
0f5bb5344d8ac47f66fba63d01066d6067a24811
1
shared :net_http_version_1_2_p do |cmd|
2
describe "Net::HTTP.#{cmd}" do
3
it "returns the state of net/http 1.2 features" do
4
Net::HTTP.version_1_1
5
Net::HTTP.send(cmd).should be_false
6
Net::HTTP.version_1_2
7
Net::HTTP.send(cmd).should be_true
8
end
9
end
10
end