Sha256: 98a712ac43ab38b41d01316d8fc4c409b84fff1f4facb3cd8275f2041c63f577
Contents?: true
Size: 278 Bytes
Versions: 4
Compression:
Stored size: 278 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 end end end
Version data entries
4 entries across 4 versions & 1 rubygems