Sha256: 00337aa06451bcbe28768c4e18da76509e3983e50c34951056202fc851573221

Contents?: true

Size: 271 Bytes

Versions: 13

Compression:

Stored size: 271 Bytes

Contents

FactoryBot.define do
  factory :student, class: 'Sis::Core::Student' do
    # student_id { FFaker::Name.name }
    # full_name { FFaker::Name.name }
    # date_of_birth { Date.new(2000, 1, 1) }
    # nationality { FFaker::Name.name }
    # association :program
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
sis_core-1.0.16 spec/factories/sis/core/students.rb
sis_core-1.0.15 spec/factories/sis/core/students.rb
sis_core-1.0.14 spec/factories/sis/core/students.rb
sis_core-1.0.13 spec/factories/sis/core/students.rb
sis_core-1.0.12 spec/factories/sis/core/students.rb
sis_core-1.0.11 spec/factories/sis/core/students.rb
sis_core-1.0.10 spec/factories/sis/core/students.rb
sis_core-1.0.9 spec/factories/sis/core/students.rb
sis_core-1.0.8 spec/factories/sis/core/students.rb
sis_core-1.0.7 spec/factories/sis/core/students.rb
sis_core-1.0.6 spec/factories/sis/core/students.rb
sis_core-1.0.5 spec/factories/sis/core/students.rb
sis_core-1.0.4 spec/factories/sis/core/students.rb