beforeEach(function() { $('body').append('
'); }); afterEach(function() { $('body #jasmine_content').remove(); });