it('should position the tooltip to the right-bottom of the target when placement is `right-bottom`', function () {
        var placement = standardPlacements['options-placement-exotic-right-bottom'];

        expect(placement.top).toBe('0px');
        expect(placement.left).toBe('20px');