Sha256: 27b79b592eb734f0d2ce1d8def3409e5d001e085d0a9fbdd11cbb44daedf6472
Contents?: true
Size: 350 Bytes
Versions: 4
Compression:
Stored size: 350 Bytes
Contents
FactoryBot.define do factory :handler_translation, class: "AwesomeTranslations::CacheDatabaseGenerator::HandlerTranslation" do handler translation_key group key_show { "some.key" } file_path { nil } line_no { nil } full_path { nil } dir { Rails.root.join("config/locales/awesome_translations/some/key") } end end
Version data entries
4 entries across 4 versions & 1 rubygems