Sha256: 9da8bfbcbc89c8957b17393353bfb41754d7d604686a2a933222cd2d2c6d5140

Contents?: true

Size: 814 Bytes

Versions: 3

Compression:

Stored size: 814 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type"/>
  <title>Jasmine suite</title>
  <link rel="shortcut icon" type="image/png" href="/__JASMINE_ROOT__/images/jasmine_favicon.png">
  <% css_files.each do |css_file| %>
    <link rel="stylesheet" href="<%= css_file %>" type="text/css" media="screen"/>
  <% end %>
  <% js_files.each do |js_file| %>
    <% if js_file.end_with?('coffee') %>
      <script src="<%= js_file %>" type="text/coffeescript"></script>
    <% else %>
      <script src="<%= js_file %>" type="text/javascript"></script>
    <% end %>
  <% end %>

</head>
<body>
<div id="jasmine_content"></div>
</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ponytail-0.6.0 spec/javascripts/support/run.html.erb
ponytail-0.5.0 spec/javascripts/support/run.html.erb
ponytail-0.4.0 spec/javascripts/support/run.html.erb