describe '#precision_formatter' do
      it 'should return a number with precision' do
        expect(helper.precision_formatter.call('2.10')).to eq('2.1')
      end