Sha256: a2dad9e90c9ae1bc3a8cee513299345369a52953236e17e5040425fe293c978d

Contents?: true

Size: 610 Bytes

Versions: 3

Compression:

Stored size: 610 Bytes

Contents

# Read about factories at http://github.com/thoughtbot/factory_girl

FactoryBot.define do
  factory :produce_type do
    name { "mystring" }
    display_name { "MyText" }
    note { "MyText" }
  end
end

# == Schema Information
#
# Table name: produce_types
#
#  id                        :integer          not null, primary key
#  name                      :string
#  display_name              :text
#  note                      :text
#  position                  :integer
#  created_at                :datetime
#  updated_at                :datetime
#  display_name_translations :jsonb            not null
#

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
enju_biblio-0.4.0.rc.1 spec/factories/produce_types.rb
enju_biblio-0.4.0.beta.2 spec/factories/produce_types.rb
enju_biblio-0.4.0.beta.1 spec/factories/produce_types.rb