Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/tests/SpecRunner.html')
-rwxr-xr-xjs/tests/SpecRunner.html69
1 files changed, 69 insertions, 0 deletions
diff --git a/js/tests/SpecRunner.html b/js/tests/SpecRunner.html
new file mode 100755
index 0000000..3eea7be
--- /dev/null
+++ b/js/tests/SpecRunner.html
@@ -0,0 +1,69 @@
+<!doctype html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>Jasmine Spec Runner</title>
+ <link rel="shortcut icon" type="image/png" href=".grunt/grunt-contrib-jasmine/jasmine_favicon.png">
+
+ <link rel="stylesheet" type="text/css" href="../../.grunt/grunt-contrib-jasmine/jasmine.css">
+
+ <link rel="stylesheet" type="text/css" href="../../dist/ratchet.min.css">
+
+
+</head>
+<body>
+
+
+ <script src="../../.grunt/grunt-contrib-jasmine/es5-shim.js"></script>
+
+ <script src="../../.grunt/grunt-contrib-jasmine/jasmine.js"></script>
+
+ <script src="../../.grunt/grunt-contrib-jasmine/jasmine-html.js"></script>
+
+ <script src="../../.grunt/grunt-contrib-jasmine/json2.js"></script>
+
+ <script src="../../.grunt/grunt-contrib-jasmine/boot.js"></script>
+
+ <script src="../../docs/assets/js/fingerblast.js"></script>
+
+ <script src="../common.js"></script>
+
+ <script src="../modals.js"></script>
+
+ <script src="../popovers.js"></script>
+
+ <script src="../push.js"></script>
+
+ <script src="../segmented-controllers.js"></script>
+
+ <script src="../sliders.js"></script>
+
+ <script src="../toggles.js"></script>
+
+ <script src="vendor/touchfaker.min.js"></script>
+
+ <script src="../common.js"></script>
+
+ <script src="../modals.js"></script>
+
+ <script src="../popovers.js"></script>
+
+ <script src="../push.js"></script>
+
+ <script src="../segmented-controllers.js"></script>
+
+ <script src="../sliders.js"></script>
+
+ <script src="../toggles.js"></script>
+
+ <script src="commonSpec.js"></script>
+
+ <script src="modalsSpec.js"></script>
+
+ <script src="sliderSpec.js"></script>
+
+ <script src="../../.grunt/grunt-contrib-jasmine/reporter.js"></script>
+
+
+</body>
+</html>