Sha256: cb09b5f1ef56820ee70d74829fcbca39c67ed9a76d19bbbc714d9f90c492f375

Contents?: true

Size: 490 Bytes

Versions: 55

Compression:

Stored size: 490 Bytes

Contents

describe('Factory: BastionResource', function() {
    var resource;

    beforeEach(module('Bastion.utils'));

    beforeEach(inject(function($injector) {
        resource = $injector.get('BastionResource');
    }));

    it('should provide queryUnpaged method to resources', function () {
        expect(resource().queryUnpaged).toBeDefined();
    });

    it('should provide queryPaged method to resources', function () {
        expect(resource().queryPaged).toBeDefined();
    });

});

Version data entries

55 entries across 55 versions & 1 rubygems

Version Path
bastion-6.1.23 test/utils/bastion-resource.factory.test.js
bastion-6.1.22 test/utils/bastion-resource.factory.test.js
bastion-6.1.21 test/utils/bastion-resource.factory.test.js
bastion-6.1.20 test/utils/bastion-resource.factory.test.js
bastion-6.1.19 test/utils/bastion-resource.factory.test.js
bastion-6.1.18 test/utils/bastion-resource.factory.test.js
bastion-6.1.17 test/utils/bastion-resource.factory.test.js
bastion-6.1.16 test/utils/bastion-resource.factory.test.js
bastion-6.1.15 test/utils/bastion-resource.factory.test.js
bastion-6.1.14 test/utils/bastion-resource.factory.test.js
bastion-6.1.13 test/utils/bastion-resource.factory.test.js
bastion-6.1.12 test/utils/bastion-resource.factory.test.js
bastion-6.1.11 test/utils/bastion-resource.factory.test.js
bastion-6.1.10 test/utils/bastion-resource.factory.test.js
bastion-6.1.9 test/utils/bastion-resource.factory.test.js
bastion-6.1.8 test/utils/bastion-resource.factory.test.js
bastion-6.1.7 test/utils/bastion-resource.factory.test.js
bastion-6.1.6 test/utils/bastion-resource.factory.test.js
bastion-6.1.5 test/utils/bastion-resource.factory.test.js
bastion-6.1.4 test/utils/bastion-resource.factory.test.js