Sha256: bdcd3a15e6e2709604cfddd5c0da57b0f3cb60e42abaeb37e54e7b4256287115

Contents?: true

Size: 755 Bytes

Versions: 14

Compression:

Stored size: 755 Bytes

Contents

<html>
  <head>
    <link rel="stylesheet" href="/testem/mocha.css">
    <script src="/testem/mocha.js"></script>
    <script src="/testem.js"></script>
    <script src="/spec/vendor/chai.js"></script>
    <script src="/spec/vendor/sinon.js"></script>
    <script src="/spec/vendor/sinon-chai.js"></script>
    <script>
      mocha.setup('bdd');
      mocha.setup({ignoreLeaks: true});
      window.expect = chai.expect;
    </script>

    <!-- Scripts -->
    <script src="/lib/<%= project_name %>.js"></script>

    <!-- Specs -->
    <script src="/.tmp/spec_helper.js"></script>
    <script src="/.tmp/<%= project_name %>.spec.js"></script>

  </head>
  <body>
    <div id='mocha'></div>
    <script>
      mocha.run();
    </script>
  </body>
</html>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
new-0.0.14 templates/js/spec/index.html.erb
new-0.0.13 templates/js/spec/index.html.erb
new-0.0.12 templates/js/spec/index.html.erb
new-0.0.11 templates/js/spec/index.html.erb
new-0.0.10 templates/js/spec/index.html.erb
new-0.0.9 templates/js/spec/index.html.erb
new-0.0.8 templates/js/spec/index.html.erb
new-0.0.7 templates/js/spec/index.html.erb
new-0.0.6 templates/js/spec/index.html.erb
new-0.0.5 templates/js/spec/index.html.erb
new-0.0.4 templates/js/spec/index.html.erb
new-0.0.3 templates/js/spec/index.html.erb
new-0.0.2 templates/js/spec/index.html.erb
new-0.0.0 templates/js/spec/index.html.erb