Sha256: bf29caebce1fb0e0af236cb112b4b14a5f464a164657f2a896bea76539321f0a
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 :realize_type do name "mystring" display_name "MyText" note "MyText" end end # == Schema Information # # Table name: realize_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/realize_types.rb |
enju_biblio-0.2.5 | spec/factories/realize_types.rb |
enju_biblio-0.2.4 | spec/factories/realize_types.rb |