File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 94
94
end
95
95
end
96
96
97
- RSpec . describe Async ::HTTP ::Protocol ::HTTP1 , timeout : 2 do
97
+ RSpec . describe Async ::HTTP ::Protocol ::HTTP1 do
98
98
include_context Async ::RSpec ::Reactor
99
99
100
100
let ( :endpoint ) { Async ::HTTP ::Endpoint . parse ( 'http://127.0.0.1:9296' , reuse_port : true ) }
104
104
it_should_behave_like Async ::HTTP ::Body
105
105
end
106
106
107
- RSpec . describe Async ::HTTP ::Protocol ::HTTPS , timeout : 2 do
107
+ RSpec . describe Async ::HTTP ::Protocol ::HTTPS do
108
108
include_context Async ::RSpec ::Reactor
109
109
let ( :authority ) { Localhost ::Authority . new }
110
110
Original file line number Diff line number Diff line change 6
6
require 'async/http/protocol/http10'
7
7
require_relative 'shared_examples'
8
8
9
- RSpec . describe Async ::HTTP ::Protocol ::HTTP10 , timeout : 2 do
9
+ RSpec . describe Async ::HTTP ::Protocol ::HTTP10 do
10
10
it_behaves_like Async ::HTTP ::Protocol
11
11
end
Original file line number Diff line number Diff line change 7
7
require 'async/http/protocol/http11'
8
8
require_relative 'shared_examples'
9
9
10
- RSpec . describe Async ::HTTP ::Protocol ::HTTP11 , timeout : 2 do
10
+ RSpec . describe Async ::HTTP ::Protocol ::HTTP11 do
11
11
it_behaves_like Async ::HTTP ::Protocol
12
12
13
13
context 'head request' do
Original file line number Diff line number Diff line change 6
6
require 'async/http/protocol/http2'
7
7
require_relative 'shared_examples'
8
8
9
- RSpec . describe Async ::HTTP ::Protocol ::HTTP2 , timeout : 2 do
9
+ RSpec . describe Async ::HTTP ::Protocol ::HTTP2 do
10
10
it_behaves_like Async ::HTTP ::Protocol
11
11
12
12
context 'bad requests' do
You can’t perform that action at this time.
0 commit comments