nas/spec/fabricators/rule_translation_fabricator.rb

8 lines
162 B
Ruby

# frozen_string_literal: true
Fabricator(:rule_translation) do
text 'MyText'
hint 'MyText'
language 'en'
rule { Fabricate.build(:rule) }
end