Sha256: 3212e7cbcbd0e271da1b21dc36087a273b0c37d268fe1c83546110f0fdf49f25

Contents?: true

Size: 1.2 KB

Versions: 3

Compression:

Stored size: 1.2 KB

Contents

<!DOCTYPE HTML>
<html>
<head>
  <title>Bootstrap Plugin Test Suite</title>

  <!-- jquery -->
  <script src="http://code.jquery.com/jquery-1.5.2.min.js"></script>

  <!-- qunit -->
  <link rel="stylesheet" href="vendor/qunit.css" type="text/css" media="screen" />
  <script src="vendor/qunit.js"></script>

  <!--  plugin sources -->
  <script src="../../js/bootstrap-alerts.js"></script>
  <script src="../../js/bootstrap-dropdown.js"></script>
  <script src="../../js/bootstrap-modal.js"></script>
  <script src="../../js/bootstrap-tabs.js"></script>
  <script src="../../js/bootstrap-twipsy.js"></script>
  <script src="../../js/bootstrap-popover.js"></script>

  <!-- unit tests -->
  <script src="unit/bootstrap-alerts.js"></script>
  <script src="unit/bootstrap-dropdown.js"></script>
  <script src="unit/bootstrap-modal.js"></script>
  <script src="unit/bootstrap-popover.js"></script>
  <script src="unit/bootstrap-tabs.js"></script>
  <script src="unit/bootstrap-twipsy.js"></script>

<body>
  <div>
    <h1 id="qunit-header">Bootstrap Plugin Test Suite</h1>
    <h2 id="qunit-banner"></h2>
    <h2 id="qunit-userAgent"></h2>
    <ol id="qunit-tests"></ol>
    <div id="qunit-runoff"></div>
  </div>
</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gumdrop-0.2.16 lib/gumdrop/template/twitter/source/theme/twitter/js/tests/index.html
gumdrop-0.2.15 lib/gumdrop/template/twitter/source/theme/twitter/js/tests/index.html
gumdrop-0.2.14 lib/gumdrop/template/twitter/source/theme/twitter/js/tests/index.html