Fixture present but not loading

59 Views Asked by At

I'm loading a fixture with loadFixtures('frontend.html');. According to my console the fixture is loaded: XHR finished loading: "http://localhost:4567/spec/javascripts/fixtures/frontend.html?_=1389008650540".

However; the fixture is nowhere to be seen? I can't see it when I inspect my code. Divs I'm trying to find with jasmine-jquery all fail.

I'm assuming it's not appending or something. What to do?

Thanks in advance

0

There are 0 best solutions below