summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2012-11-12 11:14:47 +0100
committerAzul <azul@riseup.net>2012-11-12 11:14:47 +0100
commite5ae94132bb55fdd10090dcd427e95e33e31f15e (patch)
tree69774d2296f5a5d6a4f44d1f3b22f7a845f45490
parentefac662cdf31bc4b61ffb97b8c398e22a86c364b (diff)
specifying charset and fetching jquery remotely
This way you don't have to add jquery to the lib dir for specs to work
-rw-r--r--spec/RestfulSpecRunner.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/RestfulSpecRunner.html b/spec/RestfulSpecRunner.html
index a9d708b..f880720 100644
--- a/spec/RestfulSpecRunner.html
+++ b/spec/RestfulSpecRunner.html
@@ -2,6 +2,7 @@
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
+ <meta http-equiv = "Content-Type" content = "text/html; charset=utf-8">
<title>Jasmine Spec Runner</title>
<link rel="shortcut icon" type="image/png" href="lib/jasmine-1.1.0.rc1/jasmine_favicon.png">
@@ -12,7 +13,7 @@
<script type="text/javascript" src="lib/sinon/sinon-1.3.4.js"></script>
<script type="text/javascript" src="lib/jasmine-sinon.js"></script>
- <script type="text/javascript" src="lib/jquery-1.8.2.js"></script>
+ <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.js"></script>
<!-- the files we are testing... -->
<script type="text/javascript" src="../lib/SHA256.js"></script>