consul/consul

View on GitHub
spec/factories/remote_translations.rb

Summary

Maintainability
A
0 mins
Test Coverage
FactoryBot.define do
  factory :remote_translation do
    remote_translatable factory: :debate
  end
end