lint(rubocop): come on, maybe i will find the inspiration to setup it up in my ide

This commit is contained in:
Martin 2021-11-19 14:36:21 +01:00
parent a9978fb70b
commit eecc0c38b6

View file

@ -1,8 +1,8 @@
FactoryBot.define do
factory :traitement do
trait :accepte do
process_expired {true}
state {:accepte}
process_expired { true }
state { :accepte }
end
end
end