Files
grecia/spec/factories/remote_translations.rb
Javi Martín 614b4fbe4c Add and apply FactoryBot/AssociationStyle rule
This rule was added in rubocop-factory_bot 2.23.0. We were following it
sometimes, and sometimes we were not.
2023-09-08 13:52:54 +02:00

6 lines
105 B
Ruby

FactoryBot.define do
factory :remote_translation do
remote_translatable factory: :debate
end
end