Refactor function create in user dossier controller

This commit is contained in:
Xavier J 2016-01-20 10:34:22 +01:00
parent 5beade4735
commit 65ba614be2
7 changed files with 27 additions and 33 deletions

View file

@ -10,7 +10,7 @@ describe SIADE::ExercicesAdapter do
end
it '#to_params class est une Hash ?' do
expect(subject).to be_an_instance_of(Hash)
expect(subject).to be_an_instance_of(Array)
end
it 'have 3 exercices' do