Backbone.ajax(ajaxConfig)
                .then(function() {
                    expect(ClientTestable.BackboneNativeAjax).toHaveBeenCalledWith(jasmine.objectContaining({
                        url: "/root/api/url",
                        type: "GET",