8784: Fix test for latest firefox.
[arvados.git] / services / arv-web / sample-rack-app / config.ru
1 app = proc do |env|
2     [200, { "Content-Type" => "text/html" }, ["hello <b>world</b> from ruby"]]
3 end
4 run app