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