Sha256: a60336266999c9bc3fbc3b593dbe83407bd5e73bc3766c224ac60fef6ceccb6d

Contents?: true

Size: 173 Bytes

Versions: 4

Compression:

Stored size: 173 Bytes

Contents

FactoryBot.define do
  factory :group, class: "AwesomeTranslations::CacheDatabaseGenerator::Group" do
    handler

    identifier { "tests" }
    name { "Tests" }
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

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