Skip to content

Commit

Permalink
Merge pull request #64 from maxcal/master
Browse files Browse the repository at this point in the history
Fix code example in readme.
  • Loading branch information
sheelc committed Jun 1, 2014
2 parents ee8c006 + 8d41614 commit d103af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Loading Fixtures
---
Most third-party Jasmine extensions use Ajax to load HTML fixtures into the DOM. Since jasmine-ajax intercepts all Ajax calls after it is installed, you need to load your fixtures before installing the mock. If you are using jasmine-jquery, that looks like this:

beforeEach(function){
beforeEach(function(){
// first load your fixtures
loadFixtures('fixture.html');

Expand Down

0 comments on commit d103af2

Please sign in to comment.