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

Version Path
awesome_translations-0.0.62 spec/factories/handler_translation.rb
awesome_translations-0.0.61 spec/factories/handler_translation.rb
awesome_translations-0.0.60 spec/factories/handler_translation.rb
awesome_translations-0.0.59 spec/factories/handler_translation.rb