it('should return a boleto CSS class when contribution payment method is boleto', () => {
            let contribution = ContributionDetailMockery(1, {
                payment_method: 'BoletoBancario'
            })[0];
            setController(contribution);