Sha256: 97d13a18f764f35792da5a05d57e5dc6a4736542e7b5569ca22fca3c51f77cff

Contents?: true

Size: 346 Bytes

Versions: 2

Compression:

Stored size: 346 Bytes

Contents

<!DOCTYPE html>
<html lang="<%= I18n.locale %>">
<head>
  <meta charset="utf-8">
  <title>QUnit: <%= TestSquad.app_class_name %></title>
  <%= stylesheet_link_tag "qunit" %>
</head>
<body>
  <div id="qunit"></div>
  <div id="qunit-fixture"></div>
  <%= javascript_include_tag "qunit", "test_squad/qunit-phantom", "test_helper" %>
</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
test_squad-0.1.3 app/views/test_squad/qunit.html.erb
test_squad-0.1.2 app/views/test_squad/qunit.html.erb