Sha256: 62139626be725f758cd0ac83ed3bf8493dc7ead910186400a6a9ac6878e28c3b
Contents?: true
Size: 328 Bytes
Versions: 89
Compression:
Stored size: 328 Bytes
Contents
FactoryGirl.define do factory :assignment_group, class: CoalescingPanda::AssignmentGroup do name "test assignment group" course context_id '1' context_type 'Course' position '1' group_weight 50.5 workflow_state 'active' sequence :canvas_assignment_group_id do |n| "#{n}" end end end
Version data entries
89 entries across 89 versions & 1 rubygems