Sha256: a9401219303714472266f75048c5eaa478386ed365cc57c084c0c5f9af4ec74e
Contents?: true
Size: 388 Bytes
Versions: 9
Compression:
Stored size: 388 Bytes
Contents
class JsTestServer::Server::Resources::WebRoot < JsTestServer::Server::Resources::File map "/" get("") do "<html><head></head><body>Welcome to the Js Test Server. Click the following link to run you <a href=/specs>spec suite</a>.</body></html>" end get("*") do do_get end protected def root_path JsTestServer::Configuration.js_test_server_root_path end end
Version data entries
9 entries across 9 versions & 2 rubygems