Another Readme update for Jasmine-Ajax 2.0

This commit is contained in:
Jake Quain 2014-05-30 17:31:02 -04:00
parent 4115a04727
commit 955152d6be

View File

@ -183,7 +183,7 @@ Most third-party Jasmine extensions use Ajax to load HTML fixtures into the DOM.
loadFixtures('fixture.html');
// then install the mock
jasmine.Ajax.useMock();
jasmine.Ajax.install();
});
Jasmine