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

Version Path
teaspoon-1.2.2 app/views/teaspoon/suite/show.html.erb
teaspoon-1.2.1 app/views/teaspoon/suite/show.html.erb
teaspoon-1.2.0 app/views/teaspoon/suite/show.html.erb
teaspoon-1.1.5 app/views/teaspoon/suite/show.html.erb
teaspoon-1.1.4 app/views/teaspoon/suite/show.html.erb
teaspoon-1.1.3 app/views/teaspoon/suite/show.html.erb
teaspoon-1.1.2 app/views/teaspoon/suite/show.html.erb
teaspoon-1.1.1 app/views/teaspoon/suite/show.html.erb
teaspoon-1.1.0 app/views/teaspoon/suite/show.html.erb
teaspoon-1.0.2 app/views/teaspoon/suite/show.html.erb
teaspoon-1.0.1 app/views/teaspoon/suite/show.html.erb
teaspoon-1.0.0 app/views/teaspoon/suite/show.html.erb
teaspoon-0.9.1 app/views/teaspoon/suite/show.html.erb
teaspoon-0.9.0 app/views/teaspoon/suite/show.html.erb
teaspoon-0.8.0 app/views/teaspoon/suite/show.html.erb