Sha256: e95a282e2d4521947e43f2073eb9e419d7435ff3ed346548c32ac42ccd1f1787
Contents?: true
Size: 491 Bytes
Versions: 3
Compression:
Stored size: 491 Bytes
Contents
# Read about factories at http://github.com/thoughtbot/factory_girl FactoryGirl.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(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/produce_types.rb |
enju_biblio-0.1.0.pre61 | spec/factories/produce_types.rb |
enju_biblio-0.1.0.pre60 | spec/factories/produce_types.rb |