Sha256: b42f3f63dbb59742da71aa2404499bc1182bedd4153480c3388f937c3b07ad69

Contents?: true

Size: 165 Bytes

Versions: 13

Compression:

Stored size: 165 Bytes

Contents

require 'rails_helper'

describe Fe::AnswerSheetQuestionSheet, type: :model do
  it { expect belong_to :answer_sheet }
  it { expect belong_to :question_sheet }
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fe-2.1.5 spec/models/fe/answer_sheet_question_sheet_spec.rb
fe-2.1.4 spec/models/fe/answer_sheet_question_sheet_spec.rb
fe-2.1.3 spec/models/fe/answer_sheet_question_sheet_spec.rb
fe-2.1.2 spec/models/fe/answer_sheet_question_sheet_spec.rb
fe-2.1.1 spec/models/fe/answer_sheet_question_sheet_spec.rb
fe-2.0.8 spec/models/fe/answer_sheet_question_sheet_spec.rb
fe-2.0.6 spec/models/fe/answer_sheet_question_sheet_spec.rb
fe-2.0.5 spec/models/fe/answer_sheet_question_sheet_spec.rb
fe-2.0.4 spec/models/fe/answer_sheet_question_sheet_spec.rb
fe-2.0.3 spec/models/fe/answer_sheet_question_sheet_spec.rb
fe-2.0.2 spec/models/fe/answer_sheet_question_sheet_spec.rb
fe-2.0.1 spec/models/fe/answer_sheet_question_sheet_spec.rb
fe-2.0.0 spec/models/fe/answer_sheet_question_sheet_spec.rb