Tests: Ruby module.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
app = Proc.new do |env|
|
||||
io = IO.new(0, 'r')
|
||||
['200', {'Content-Length' => '0'}, io]
|
||||
end
|
||||
|
||||
run app
|
||||
Reference in New Issue
Block a user