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 e6ea779 commit 552670eCopy full SHA for 552670e
1 file changed
test/protocol/rack/body/streaming.rb
@@ -69,7 +69,7 @@
69
end
70
71
it "does not fail if wrapped body does not respond to close" do
72
- wrapped_body = proc { |stream| stream.write("Hello") }
+ wrapped_body = proc{|stream| stream.write("Hello")}
73
74
body = subject.new(wrapped_body)
75
body.close
0 commit comments