Sha256: 91f010e8dabb4fbfb1ebf87d1fcce1266bb98c9d5c44422d3ced4df5c566e81f

Contents?: true

Size: 189 Bytes

Versions: 3

Compression:

Stored size: 189 Bytes

Contents

# -*- encoding: utf-8 -*-

Fabricator(:pony) do
  name  { Faker::Name.name }
  color { %w(purple pink blue yellow green white).sample }
  type  { %w(Pegasus Earthpony Unicorn).sample }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
guacamole-0.4.0 spec/fabricators/pony_fabricator.rb
guacamole-0.3.0 spec/fabricators/pony_fabricator.rb
guacamole-0.2.0 spec/fabricators/pony.rb