move controller into users folder

This commit is contained in:
Tanguy PATTE 2015-09-23 19:20:03 +02:00
parent 4f3b35fe41
commit 5772b99d42
33 changed files with 460 additions and 250 deletions

View file

@ -3,7 +3,7 @@ require 'spec_helper'
feature 'user is on description page' do
let(:dossier) { create(:dossier, :with_entreprise, :with_procedure) }
before do
visit dossier_description_path dossier
visit users_dossier_description_path dossier
end
it { expect(page).to have_css('#description_page') }