annotate src/DML/VendorAssetsBundle/Resources/assets/jasmine/2.1.3/SpecRunner.html @ 0:493bcb69166c

added public content
author Daniel Wolff
date Tue, 09 Feb 2016 20:54:02 +0100
parents
children
rev   line source
Daniel@0 1 <!DOCTYPE html>
Daniel@0 2 <html>
Daniel@0 3 <head>
Daniel@0 4 <meta charset="utf-8">
Daniel@0 5 <title>Jasmine Spec Runner v2.1.3</title>
Daniel@0 6
Daniel@0 7 <link rel="shortcut icon" type="image/png" href="lib/jasmine-2.1.3/jasmine_favicon.png">
Daniel@0 8 <link rel="stylesheet" href="lib/jasmine-2.1.3/jasmine.css">
Daniel@0 9
Daniel@0 10 <script src="lib/jasmine-2.1.3/jasmine.js"></script>
Daniel@0 11 <script src="lib/jasmine-2.1.3/jasmine-html.js"></script>
Daniel@0 12 <script src="lib/jasmine-2.1.3/boot.js"></script>
Daniel@0 13
Daniel@0 14 <!-- include source files here... -->
Daniel@0 15 <script src="src/Player.js"></script>
Daniel@0 16 <script src="src/Song.js"></script>
Daniel@0 17
Daniel@0 18 <!-- include spec files here... -->
Daniel@0 19 <script src="spec/SpecHelper.js"></script>
Daniel@0 20 <script src="spec/PlayerSpec.js"></script>
Daniel@0 21
Daniel@0 22 </head>
Daniel@0 23
Daniel@0 24 <body>
Daniel@0 25 </body>
Daniel@0 26 </html>