Sha256: 8061e2bb15cfe9eb65ffcf9ed8c8a1847c22fd792a87395f90066be26049143e
Contents?: true
Size: 699 Bytes
Versions: 4
Compression:
Stored size: 699 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Teaspoon :: Javascript Test Runner</title> <meta name="viewport" content="width=device-width, user-scalable=no"> <%= csrf_meta_tags %> <%= stylesheet_link_tag_for_teaspoon *@suite.stylesheets %> <%= javascript_include_tag_for_teaspoon *@suite.core_javascripts %> <script type="text/javascript"> Teaspoon.version = <%=raw Teaspoon::VERSION.inspect %>; Teaspoon.root = <%=raw Teaspoon.configuration.mount_at.inspect %>; Teaspoon.suites = <%=raw @suite.suites.to_json %>; Teaspoon.config = <%=raw @suite.js_config.to_json %>; </script> <%= render @suite.boot_partial || 'standard' %> </head> <body data-no-turbolink> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems