We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0177624 commit e08a4a6Copy full SHA for e08a4a6
1 file changed
test/protocol/rack/body/enumerable.rb
@@ -78,8 +78,8 @@
78
end
79
80
81
- with ".wrap with Rack::BodyProxy", if: defined?(Rack::BodyProxy) do
82
- it "calls close on the body proxy" do
+ with ".wrap" do
+ it "calls close on body proxy" do
83
closed = false
84
rack_body = Rack::BodyProxy.new(["Hello", "World"]) do
85
closed = true
0 commit comments