Sha256: 16917408867c7d415e93da69b653fdf6717649e4b94fa8eb7e8bbebef15c7769
Contents?: true
Size: 449 Bytes
Versions: 3
Compression:
Stored size: 449 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 #
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
enju_biblio-0.3.0.beta.2 | spec/factories/create_types.rb |
enju_biblio-0.2.5 | spec/factories/create_types.rb |
enju_biblio-0.2.4 | spec/factories/create_types.rb |