Sha256: 13825202d6154a0776a95d19a114862f0173c7d47c5b3bed11dda309cce8ce6a
Contents?: true
Size: 289 Bytes
Versions: 13
Compression:
Stored size: 289 Bytes
Contents
module JsTestCore module Resources class WebRoot < Resource map "/" get("") do [200, {}, "<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
13 entries across 13 versions & 4 rubygems