it('should contain transclude property', () => {
        element = render();

        expect(controller.transclude).toEqual(ngIfDirective[0].transclude);
    });