Sha256: e97d3822512140174769cb09cef7a303f5f62a3cb3eb8f24079cce51cf923d32

Contents?: true

Size: 1.66 KB

Versions: 8

Compression:

Stored size: 1.66 KB

Contents

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <title>Jasmine Spec Runner: Ninjs</title>

  <link rel="shortcut icon" type="image/png" href="https://s3.amazonaws.com/daytonn-js/jamsine-1.1.0/jasmine_favicon.png">
  <link rel="stylesheet" href="https://s3.amazonaws.com/daytonn-js/jamsine-1.1.0/jasmine.css" />
  <script src="https://s3.amazonaws.com/ninjs/jamsine-1.1.0/jasmine.js"></script>
  <script src="https://s3.amazonaws.com/ninjs/jamsine-1.1.0/jasmine-html.js"></script>

  <!-- NinJs source files -->
  <script src="../lib/nin.js"></script>
  <script src="../lib/utilities.js"></script>

  <!-- spec files -->
  <script src="javascripts/existence_spec.js"></script>
  <script src="javascripts/extension_spec.js"></script>
  <script src="javascripts/application_spec.js"></script>
  <script src="javascripts/module_spec.js"></script>
  <script src="javascripts/array_utility_spec.js"></script>
  <script src="javascripts/string_utility_spec.js"></script>

  <script type="text/javascript">
    (function() {
      var jasmineEnv = jasmine.getEnv();
      var trivialReporter = new jasmine.TrivialReporter();
      var currentWindowOnload = window.onload;

      jasmineEnv.updateInterval = 1000;
      jasmineEnv.addReporter(trivialReporter);
      jasmineEnv.specFilter = function(spec) {
        return trivialReporter.specFilter(spec);
      };

      window.onload = function() {
        if (currentWindowOnload) {
          currentWindowOnload();
        }
        execJasmine();
      };

      function execJasmine() {
        jasmineEnv.execute();
      }

    })();
  </script>
</head>
<body></body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ninjs-0.16.8 templates/test-index.html
ninjs-0.16.7 templates/test-index.html
ninjs-0.16.6 templates/test-index.html
ninjs-0.16.5 templates/test-index.html
ninjs-0.16.4 templates/test-index.html
ninjs-0.16.3 templates/test-index.html
ninjs-0.16.2 templates/test-index.html
ninjs-0.16.1 templates/test-index.html