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