show some info from bilans

This commit is contained in:
Christophe Robillard 2020-06-03 17:04:58 +02:00
parent 94862340f7
commit 75a268aed6
4 changed files with 51 additions and 0 deletions

View file

@ -51,4 +51,9 @@ RSpec.describe EtablissementHelper, type: :helper do
it { is_expected.to eq('123 000,00 €') }
end
describe '#pretty_date_exercice' do
subject { pretty_date_exercice("201908") }
it { is_expected.to eq("08/2019") }
end
end