Sha256: 02d8ab363513ecfb045a68976c2efc963e1282acfe52cc52799fd9d2ac8dcf7f

Contents?: true

Size: 480 Bytes

Versions: 3

Compression:

Stored size: 480 Bytes

Contents

<!doctype html>
<html>
  <head>
    <meta http-equiv="content-type" content="text/html;charset=utf-8" />
    <title>Konacha Tests</title>

    <% @stylesheets.each do |file| %>
      <%# Use :debug => false for stylesheets to improve page load performance. %>
      <%= stylesheet_link_tag file, :debug => false %>
    <% end %>

    <%= javascript_include_tag "chai", "konacha/iframe", :debug => false %>

    <%= spec_include_tag *@specs %>
  </head>
  <body>
  </body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
konacha-2.0.0.beta3 app/views/konacha/specs/iframe.html.erb
konacha-2.0.0.beta2 app/views/konacha/specs/iframe.html.erb
konacha-2.0.0.beta1 app/views/konacha/specs/iframe.html.erb