From 9dc121cc577ae7a010bca7efedb79088e3cf7331 Mon Sep 17 00:00:00 2001 From: eregon Date: Wed, 27 Jun 2018 12:30:05 +0000 Subject: Update to ruby/spec@a454137 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- spec/ruby/library/net/http/http/head2_spec.rb | 1 - spec/ruby/library/net/http/http/post_spec.rb | 1 - spec/ruby/library/net/http/httpheader/each_capitalized_spec.rb | 1 - spec/ruby/library/net/http/httpresponse/read_body_spec.rb | 1 - 4 files changed, 4 deletions(-) (limited to 'spec/ruby/library/net/http') diff --git a/spec/ruby/library/net/http/http/head2_spec.rb b/spec/ruby/library/net/http/http/head2_spec.rb index c8bd987eef..606798e4af 100644 --- a/spec/ruby/library/net/http/http/head2_spec.rb +++ b/spec/ruby/library/net/http/http/head2_spec.rb @@ -6,4 +6,3 @@ require_relative 'shared/request_head' describe "Net::HTTP#head2" do it_behaves_like :net_ftp_request_head, :head2 end - diff --git a/spec/ruby/library/net/http/http/post_spec.rb b/spec/ruby/library/net/http/http/post_spec.rb index d6c9154a35..c8d41b9617 100644 --- a/spec/ruby/library/net/http/http/post_spec.rb +++ b/spec/ruby/library/net/http/http/post_spec.rb @@ -74,4 +74,3 @@ describe "Net::HTTP#post" do end end end - diff --git a/spec/ruby/library/net/http/httpheader/each_capitalized_spec.rb b/spec/ruby/library/net/http/httpheader/each_capitalized_spec.rb index 49298210bb..961a2d051f 100644 --- a/spec/ruby/library/net/http/httpheader/each_capitalized_spec.rb +++ b/spec/ruby/library/net/http/httpheader/each_capitalized_spec.rb @@ -6,4 +6,3 @@ require_relative 'shared/each_capitalized' describe "Net::HTTPHeader#each_capitalized" do it_behaves_like :net_httpheader_each_capitalized, :each_capitalized end - diff --git a/spec/ruby/library/net/http/httpresponse/read_body_spec.rb b/spec/ruby/library/net/http/httpresponse/read_body_spec.rb index f1fc0f519b..500155eb5b 100644 --- a/spec/ruby/library/net/http/httpresponse/read_body_spec.rb +++ b/spec/ruby/library/net/http/httpresponse/read_body_spec.rb @@ -83,4 +83,3 @@ describe "Net::HTTPResponse#read_body" do end end end - -- cgit v1.2.3