Sha256: 4bb1156d307095ba4e74818798c910709c1f2f38da829ed8f89b9f1673bb3132

Contents?: true

Size: 489 Bytes

Versions: 3

Compression:

Stored size: 489 Bytes

Contents

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

FactoryGirl.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(255)
#  display_name :text
#  note         :text
#  position     :integer
#  created_at   :datetime         not null
#  updated_at   :datetime         not null
#

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre62 spec/factories/create_types.rb
enju_biblio-0.1.0.pre61 spec/factories/create_types.rb
enju_biblio-0.1.0.pre60 spec/factories/create_types.rb