Fix FactoryBot warnings
This commit is contained in:
parent
12014fb553
commit
f66d8451b1
27 changed files with 149 additions and 145 deletions
|
@ -1,6 +1,6 @@
|
|||
FactoryBot.define do
|
||||
factory :commentaire do
|
||||
body 'plop'
|
||||
body { 'plop' }
|
||||
|
||||
before(:create) do |commentaire, _evaluator|
|
||||
if !commentaire.dossier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue