Sha256: 6e969049821f60b06494e74787020ddc9b6ac6e4d282f833ccca523eeebb368e
Contents?: true
Size: 647 Bytes
Versions: 8
Compression:
Stored size: 647 Bytes
Contents
# frozen_string_literal: false FactoryBot.define do factory :dictionary_hash, class: Hash do dictionary_words do %w[apple better cat dog everyone fat game help italic jasmine kelp love man nope octopus popeye queue ruby stop top ultimate very was xylophone yes zebra] end skip_create initialize_with do LittleWeasel::Dictionary.to_hash(dictionary_words: dictionary_words) end end end
Version data entries
8 entries across 8 versions & 1 rubygems