Sha256: 41c068a33a05db4108b4d2ba24c74a34275b1851146d52d406a098eacaddc151

Contents?: true

Size: 257 Bytes

Versions: 2

Compression:

Stored size: 257 Bytes

Contents

require 'rails_helper'

RSpec.describe Fe::Application, :type => :model do
  it { expect have_many :answer_sheet_question_sheets }
  it { expect have_many :question_sheets }
  it { expect have_many :answers }
  it { expect have_many :reference_sheets }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fe-1.0.0 spec/models/fe/application_spec.rb
fe-0.0.4 spec/models/fe/application_spec.rb