it( 'should have exactly one path', function () {
            expect( svgEl.length ).toBe( 1 );
            expect( pathEl.length ).toBe( 1 );
            expect( circleEl.length ).toBe( 1 );
        } );