Add on gestionnaire dossier view the private form

This commit is contained in:
Xavier J 2016-08-08 12:52:30 +02:00
parent ddb64878c8
commit 480431ea01
28 changed files with 320 additions and 88 deletions

View file

@ -0,0 +1,7 @@
require 'spec_helper'
describe ChampPrivate do
require 'models/champ_shared_example.rb'
it_should_behave_like "champ_spec"
end