Sha256: 4be253af441e25c72e6099408f198f6ed82e810e09bc596c7b434677451a56c8
Contents?: true
Size: 663 Bytes
Versions: 15
Compression:
Stored size: 663 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 *@suite.stylesheets %> <%= javascript_include_tag *@suite.javascripts %> <script type="text/javascript"> Teaspoon.version = <%= Teaspoon::VERSION.to_json.html_safe %>; Teaspoon.suites = <%= {all: Teaspoon.configuration.suite_configs.keys, active: @suite.name}.to_json.html_safe %>; </script> <%= render @suite.boot_partial %> </head> <body data-no-turbolink> <%= render @suite.body_partial %> </body> </html>
Version data entries
15 entries across 15 versions & 1 rubygems