describe '#percentage_formatter' do
      it 'should return a number as a percentage' do
        expect(helper.percentage_formatter.call('2.10')).to eq('2.1%')
      end