Skip to content

Commit e08a4a6

Browse files
committed
Clean up tests.
1 parent 0177624 commit e08a4a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/protocol/rack/body/enumerable.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
end
7979
end
8080

81-
with ".wrap with Rack::BodyProxy", if: defined?(Rack::BodyProxy) do
82-
it "calls close on the body proxy" do
81+
with ".wrap" do
82+
it "calls close on body proxy" do
8383
closed = false
8484
rack_body = Rack::BodyProxy.new(["Hello", "World"]) do
8585
closed = true

0 commit comments

Comments
 (0)