Administrateur can be define private champs => same as typical champs

This commit is contained in:
Xavier J 2016-08-03 18:19:56 +02:00
parent 26b5e4cb24
commit 116dd0d94f
41 changed files with 601 additions and 113 deletions

View file

@ -230,7 +230,7 @@ describe API::V1::DossiersController do
it { expect(subject[:libelle]).to eq('Description') }
it { expect(subject[:description]).to eq('description de votre projet') }
it { expect(subject.keys.include?(:order_place)).to be_truthy }
it { expect(subject[:type]).to eq('text') }
it { expect(subject[:type_champ]).to eq('text') }
end
end
end