dossier: enable new UI by default

This commit is contained in:
Pierre de La Morinerie 2018-09-27 14:52:17 +00:00
parent 1cf316017f
commit f007eaa2ee
9 changed files with 17 additions and 17 deletions

View file

@ -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