beforeEach(function() {
        $('body').empty();
        sandbox = sinon.sandbox.create();
        $(document).off('xhr.loaded.tabs');
    });