dossier: enable new UI by default
This commit is contained in:
parent
1cf316017f
commit
f007eaa2ee
9 changed files with 17 additions and 17 deletions
|
@ -36,7 +36,7 @@ RSpec.describe DossierHelper, type: :helper do
|
|||
|
||||
context "when the dossier is any other state" do
|
||||
let(:dossier) { create(:dossier, state: Dossier.states.fetch(:en_construction)) }
|
||||
it { is_expected.to eq "/users/dossiers/#{dossier.id}/recapitulatif" }
|
||||
it { is_expected.to eq "/dossiers/#{dossier.id}" }
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue