Sha256: b77714195e716b6c0a7d61e57b5c3b8a0a25e7afc5b759ab84acb3e66eece92a

Contents?: true

Size: 600 Bytes

Versions: 21

Compression:

Stored size: 600 Bytes

Contents

<!doctype html>
<html>
  <head>
    <meta http-equiv="content-type" content="text/html;charset=utf-8" />
    <title>Konacha Tests</title>
    <%= stylesheet_link_tag "konacha", :debug => false %>
    <%= javascript_include_tag "mocha", "konacha/parent", :debug => false %>
    <%= javascript_include_tag("konacha/runner", :debug => false) if @run_mode.runner? %>
  </head>
  <body>
    <% @specs.each do |spec| %>
      <%= content_tag :iframe, "", :src => iframe_path(spec.asset_name), :class => "test-context", "data-path" => spec.path %>
    <% end %>
    <div id="mocha"></div>
  </body>
</html>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
konacha-2.3.0 app/views/konacha/specs/parent.html.erb