File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6868 end
6969 end
7070
71- with "" do
71+ with "empty header value " do
7272 let ( :header ) { subject . new }
7373
7474 it "handles empty TE header" do
131131 low = subject . new ( "deflate" , "0.5" )
132132 expect ( high <=> low ) . to be == -1 # high quality first
133133 end
134- end
134+ end
Original file line number Diff line number Diff line change 4949 end
5050 end
5151
52- with "" do
52+ with "empty header value " do
5353 let ( :header ) { subject . new }
5454
5555 it "handles empty trailer" do
7373 expect ( subject ) . not . to be ( :trailer? )
7474 end
7575 end
76- end
76+ end
Original file line number Diff line number Diff line change 4848 end
4949 end
5050
51- with "" do
51+ with "empty header value " do
5252 let ( :header ) { subject . new }
5353
5454 it "handles empty transfer encoding" do
7474 expect ( subject ) . not . to be ( :trailer? )
7575 end
7676 end
77- end
77+ end
You can’t perform that action at this time.
0 commit comments