Enable the Layout/EmptyLinesAroundBlockBody cop
This commit is contained in:
parent
aac75106ef
commit
f1907f4d0e
84 changed files with 1 additions and 133 deletions
|
@ -1,6 +1,5 @@
|
|||
FactoryGirl.define do
|
||||
factory :champ do
|
||||
|
||||
type_de_champ { FactoryGirl.create(:type_de_champ_public) }
|
||||
end
|
||||
end
|
||||
|
|
|
@ -42,7 +42,6 @@ FactoryGirl.define do
|
|||
|
||||
trait :with_cerfa_upload do
|
||||
after(:build) do |dossier, _evaluator|
|
||||
|
||||
dossier.cerfa << create(:cerfa)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
FactoryGirl.define do
|
||||
factory :type_de_piece_justificative do
|
||||
|
||||
libelle 'RIB'
|
||||
description 'Releve identité bancaire'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue