show some info from bilans
This commit is contained in:
parent
94862340f7
commit
75a268aed6
4 changed files with 51 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue