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
/
is_version_1_1_spec.rb
blob
edc6de13e27cba62143f2ed89baa9e745a64bf02
1
require File.dirname(__FILE__) + '/../../../spec_helper'
2
require 'net/http'
3
require File.dirname(__FILE__) + '/shared/version_1_1'
4
5
describe "Net::HTTP.is_version_1_1?" do
6
it_behaves_like :net_http_version_1_1_p, :is_version_1_1?
7
end