Sha256: ebe5032dc9554679e1af3be221dfa8c07b3e0d3f03c0c5711f0108fb24966015
Contents?: true
Size: 207 Bytes
Versions: 16
Compression:
Stored size: 207 Bytes
Contents
FactoryGirl.define do factory :state, class:Hash do id { Faker::Number.number(1).to_i } name { Faker::Address.city } initialize_with { attributes } end end
Version data entries
16 entries across 16 versions & 1 rubygems