Skip to content

Commit cb7eaf9

Browse files
committed
New lines.
1 parent 7c3fa21 commit cb7eaf9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

test/protocol/http/header/te.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
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
@@ -131,4 +131,4 @@
131131
low = subject.new("deflate", "0.5")
132132
expect(high <=> low).to be == -1 # high quality first
133133
end
134-
end
134+
end

test/protocol/http/header/trailer.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
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
@@ -73,4 +73,4 @@
7373
expect(subject).not.to be(:trailer?)
7474
end
7575
end
76-
end
76+
end

test/protocol/http/header/transfer_encoding.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
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
@@ -74,4 +74,4 @@
7474
expect(subject).not.to be(:trailer?)
7575
end
7676
end
77-
end
77+
end

0 commit comments

Comments
 (0)