76f388f3e2
Incorporate patch from Revision 496.
7 lines
124 B
Ruby
Executable file
7 lines
124 B
Ruby
Executable file
#!/usr/bin/env ../../bin/rackup
|
|
#\ -E deployment -I ../../lib
|
|
# -*- ruby -*-
|
|
|
|
require '../testrequest'
|
|
|
|
run TestRequest.new
|