Sha256: 10e3e826589128d0eaf8e3f49b1570021e42a75171128f8aa5d8395cba93c80e

Contents?: true

Size: 151 Bytes

Versions: 7

Compression:

Stored size: 151 Bytes

Contents

FactoryBot.define do
  factory :system_locale, class: 'Anoubis::SystemLocale' do
    system
    locale { 'en' }
    title { 'System Title' }
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
anoubis-1.0.12 spec/factories/anubis_system_locales.rb
anoubis-1.0.11 spec/factories/anubis_system_locales.rb
anoubis-1.0.10 spec/factories/anubis_system_locales.rb
anoubis-1.0.8 spec/factories/anubis_system_locales.rb
anoubis-1.0.7 spec/factories/anubis_system_locales.rb
anoubis-1.0.1 spec/factories/anubis_system_locales.rb
anoubis-1.0.0 spec/factories/anubis_system_locales.rb