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 3a6f404 commit 58e0ec4Copy full SHA for 58e0ec4
test/protocol/rack/body/enumerable.rb
@@ -89,7 +89,7 @@
89
90
# Consume the body
91
chunks = []
92
- wrapped.each { |chunk| chunks << chunk }
+ wrapped.each{|chunk| chunks << chunk}
93
94
# The close callback should have been called
95
expect(closed).to be == true
0 commit comments