Sha256: 8aad489274e692abe7c61acf781fba7e3a3ae68132fe86b82e257b3603daeacd
Contents?: true
Size: 259 Bytes
Versions: 7
Compression:
Stored size: 259 Bytes
Contents
require "spec_helper" RSpec.describe ContextModuleItem, type: :model do let(:subject) { FactoryBot.create(:context_module_item) } describe "associations" do it { should belong_to(:context_module) } it { should belong_to(:assignment) } end end
Version data entries
7 entries across 7 versions & 1 rubygems