Sha256: e6045550d7d125148ad2786dfff3e6ee834e0a2368952646922e65fd3728d5ba

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 :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(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/realize_types.rb
enju_biblio-0.1.0.pre61 spec/factories/realize_types.rb
enju_biblio-0.1.0.pre60 spec/factories/realize_types.rb