Sha256: 6c29bc9368184f3d75563f6078337ce709cf0510539fb692246e2d7fbdebead7
Contents?: true
Size: 384 Bytes
Versions: 4
Compression:
Stored size: 384 Bytes
Contents
module JsTestCore module Resources class WebRoot < Resource 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("js_test_server.js") do File.render_file(Configuration.js_test_core_js_path) end end end end
Version data entries
4 entries across 4 versions & 2 rubygems