Sha256: 798139a5c681893d485ed26ef9b791d6bb0ae16fe884f99b1d932bb6badb26f3

Contents?: true

Size: 314 Bytes

Versions: 2

Compression:

Stored size: 314 Bytes

Contents

<!DOCTYPE html>
<html lang="<%= I18n.locale %>">
<head>
  <meta charset="utf-8">
  <title>Mocha: <%= TestSquad.app_class_name %></title>
  <%= stylesheet_link_tag "mocha" %>
</head>
<body>
  <div id="mocha"></div>
  <%= javascript_include_tag "mocha", "test_squad/mocha-reporter", "spec_helper" %>
</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

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