I've also tried by just adding JQuery and Font-Awesome to my server, and calling the scripts locally. Didn't help.
I noticed, in the ./jquery-comments/index.html that there's also a data file added between the head tags. Added that, as well - still didn't work.
When I go open up ./jquery-comments/tests/SpecRunner.html it returns the following:
Jasmine 1.3.1 revision 1354556913
* X * * * * * * * * * * * * * * * * * * * * * * * (might be more dots)
Failing 1 spec
28 specs | 1 failing
Basic features Should have rendered the comments.
Expected 9 to be 10.
Error: Expected 9 to be 10.
at new jasmine.ExpectationResult (file:///C:/inetpub/test/jquery-comments/tests/lib/jasmine-1.3.1/jasmine.js:114:32)
at matchersClass.toBe (file:///C:/inetpub/test/jquery-comments/tests/lib/jasmine-1.3.1/jasmine.js:1235:29)
at compareDates (file:///C:/inetpub/test/jquery-comments/tests/spec/MainSpec.js:900:33)
at jasmine.Spec.<anonymous> (file:///C:/inetpub/test/jquery-comments/tests/spec/MainSpec.js:108:9)
at jasmine.Block.execute (file:///C:/inetpub/test/jquery-comments/tests/lib/jasmine-1.3.1/jasmine.js:1064:17)
at jasmine.Queue.next_ (file:///C:/inetpub/test/jquery-comments/tests/lib/jasmine-1.3.1/jasmine.js:2096:31)
at jasmine.Queue.start (file:///C:/inetpub/test/jquery-comments/tests/lib/jasmine-1.3.1/jasmine.js:2049:8)
at jasmine.Spec.execute (file:///C:/inetpub/test/jquery-comments/tests/lib/jasmine-1.3.1/jasmine.js:2376:14)
at jasmine.Queue.next_ (file:///C:/inetpub/test/jquery-comments/tests/lib/jasmine-1.3.1/jasmine.js:2096:31)
at onComplete (file:///C:/inetpub/test/jquery-comments/tests/lib/jasmine-1.3.1/jasmine.js:2092:18)
head
/head
body
<div id="comments-container"></div>
/bodyI've also tried by just adding JQuery and Font-Awesome to my server, and calling the scripts locally. Didn't help.
I noticed, in the
./jquery-comments/index.html
that there's also a data file added between the head tags. Added that, as well - still didn't work.When I go open up
./jquery-comments/tests/SpecRunner.html
it returns the following: