Adding feature test for procedure_creation

This commit is contained in:
JC 2016-12-14 17:13:40 +01:00
parent 03bfbb1462
commit 4f7bcba8a3
17 changed files with 144 additions and 44 deletions

View file

@ -45,4 +45,4 @@ class Admin::TypesDeChampController < AdminController
def create_facade
@types_de_champ_facade = AdminTypesDeChampFacades.new false, @procedure
end
end
end