Sha256: c3684f9bab59cfbd79aa2daf09f84ef5f74f3fa3b78dc208389cb037fcb2c75d

Contents?: true

Size: 451 Bytes

Versions: 3

Compression:

Stored size: 451 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
#

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
enju_biblio-0.3.0.beta.2 spec/factories/produce_types.rb
enju_biblio-0.2.5 spec/factories/produce_types.rb
enju_biblio-0.2.4 spec/factories/produce_types.rb