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

Version Path
pivotal-screw-unit-server-0.5.10 vendor/js-test-core/lib/js_test_core/resources/web_root.rb
pivotal-screw-unit-server-0.5.11 vendor/js-test-core/lib/js_test_core/resources/web_root.rb
pivotal-screw-unit-server-0.5.12 vendor/js-test-core/lib/js_test_core/resources/web_root.rb
pivotal-screw-unit-server-0.5.9 vendor/js-test-core/lib/js_test_core/resources/web_root.rb