Sha256: e11b1d749f84d0c3210efbe7404858bd6336e8a1b66a64865e4a8c4223c8d4df

Contents?: true

Size: 608 Bytes

Versions: 3

Compression:

Stored size: 608 Bytes

Contents

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

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

# == Schema Information
#
# Table name: create_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/create_types.rb
enju_biblio-0.4.0.beta.2 spec/factories/create_types.rb
enju_biblio-0.4.0.beta.1 spec/factories/create_types.rb