Skip to content

Commit 8972c45

Browse files
committed
Enable streaming test on Rack >= 2.
1 parent 1372bfb commit 8972c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/protocol/rack/adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
let(:response) {client.get("/")}
113113

114114
it "can read streaming response" do
115-
skip "Streaming response not supported"
115+
skip "Streaming response not supported" if Protocol::Rack::Adapter::VERSION < "2"
116116

117117
expect(response.read).to be == "Hello Streaming World"
118118
end

0 commit comments

Comments
 (0)