Tests: Ruby module.
This commit is contained in:
8
test/ruby/server_port/config.ru
Normal file
8
test/ruby/server_port/config.ru
Normal file
@@ -0,0 +1,8 @@
|
||||
app = Proc.new do |env|
|
||||
['200', {
|
||||
'Content-Length' => '0',
|
||||
'Server-Port' => env['SERVER_PORT']
|
||||
}, ['']]
|
||||
end
|
||||
|
||||
run app
|
||||
Reference in New Issue
Block a user