Sha256: bc7d3a4e7115ba22edb119854bdad7452f1f04547952b890b852b1c7d98ee666

Contents?: true

Size: 483 Bytes

Versions: 4

Compression:

Stored size: 483 Bytes

Contents

<!DOCTYPE>
<html>
  <head>
    <title>Teabag :: Javascript Test Runner</title>
    <%= stylesheet_link_tag *@suite.stylesheets %>
    <%= javascript_include_tag *@suite.javascripts %>
    <%= csrf_meta_tags %>
  </head>
  <body>
    <div id="teabag-fixtures"></div>

    <script type="text/javascript">
      Teabag.version = "<%= Teabag::VERSION %>";
      Teabag.fixturePath = "<%= Teabag.configuration.mount_at %>/fixtures";
      Teabag.execute()
    </script>
  </body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
teabag-0.3.3 app/views/teabag/spec/index.html.erb
teabag-0.3.2 app/views/teabag/spec/index.html.erb
teabag-0.3.1 app/views/teabag/spec/index.html.erb
teabag-0.3.0 app/views/teabag/spec/index.html.erb