lint(rubocop): come on, maybe i will find the inspiration to setup it up in my ide
This commit is contained in:
parent
a9978fb70b
commit
eecc0c38b6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue