6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
|
#!../../bin/rackup
|
||
|
# -*- ruby -*-
|
||
|
|
||
|
require '../testrequest'
|
||
|
run TestRequest.new
|