Merge branch 'develop' of github.com:sgmap/tps into develop

# Conflicts:
#	app/views/admin/procedures/_modal_publish.html.haml
This commit is contained in:
Xavier J 2016-06-30 14:17:33 +02:00
commit 721ea424ed
9 changed files with 71 additions and 62 deletions

View file

@ -364,7 +364,7 @@ describe Admin::ProceduresController, type: :controller do
it { expect(flash[:notice]).to have_content 'Procédure archivée' }
end
context 'when owner want reactive procedure' do
context 'when owner want to re-enable procedure' do
before do
put :publish, procedure_id: procedure.id, procedure_path: 'fake_path'
procedure.reload